Hi Dave and Daniel, Add DSIM bridge drvier support for Exynos7870 SoC.
Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit c08c931060c7e44452e635e115913dd88214848c: drm/gem/shmem: Extract drm_gem_shmem_release() from drm_gem_shmem_free() (2025-09-12 19:04:37 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-misc-next-for-v6.18 for you to fetch changes up to 17308ab685acba947fb35e52fada2b97f346b8cd: drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridge (2025-09-14 11:53:09 +0900) ---------------------------------------------------------------- New feature Add DSIM bridge driver support for Exynos7870 . Introduces Exynos7870 DSIM IP block support in the samsung-dsim bridge driver. Document Exynos7870 DSIM compatible in dt-bindings . Adds exynos7870 compatible string and required clocks in device tree schema. ---------------------------------------------------------------- Kaustabh Chakraborty (12): drm/bridge: samsung-dsim: support separate LINK and DPHY status registers drm/bridge: samsung-dsim: add SFRCTRL register drm/bridge: samsung-dsim: add flag to control header FIFO wait drm/bridge: samsung-dsim: allow configuring bits and offsets of CLKCTRL register drm/bridge: samsung-dsim: allow configuring the MAIN_VSA offset drm/bridge: samsung-dsim: allow configuring the VIDEO_MODE bit drm/bridge: samsung-dsim: allow configuring PLL_M and PLL_S offsets drm/bridge: samsung-dsim: allow configuring the PLL_STABLE bit drm/bridge: samsung-dsim: increase timeout value for PLL_STABLE drm/bridge: samsung-dsim: add ability to define clock names for every variant dt-bindings: samsung,mipi-dsim: document exynos7870 DSIM compatible drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridge .../bindings/display/bridge/samsung,mipi-dsim.yaml | 27 ++ drivers/gpu/drm/bridge/samsung-dsim.c | 353 ++++++++++++++++----- include/drm/bridge/samsung-dsim.h | 16 +- 3 files changed, 308 insertions(+), 88 deletions(-)