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 0d9f0083f7a5a31d91d501467b499bb8c4b25bdf: Merge tag 'v6.17-rc6' into drm-next (2025-09-15 17:51:07 +1000) 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 77169a11d4e9916f6c22587df396d6128505dbfb: drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridge (2025-09-15 19:55:15 +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(-)