Skip to content

Commit 35106dd

Browse files
committed
Merge tag 'exynos-drm-misc-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
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. Signed-off-by: Dave Airlie <[email protected]> From: Inki Dae <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2 parents 8299ee7 + 77169a1 commit 35106dd

File tree

3 files changed

+308
-88
lines changed

3 files changed

+308
-88
lines changed

Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ properties:
2424
- samsung,exynos5410-mipi-dsi
2525
- samsung,exynos5422-mipi-dsi
2626
- samsung,exynos5433-mipi-dsi
27+
- samsung,exynos7870-mipi-dsi
2728
- fsl,imx8mm-mipi-dsim
2829
- fsl,imx8mp-mipi-dsim
2930
- items:
@@ -144,6 +145,32 @@ required:
144145

145146
allOf:
146147
- $ref: ../dsi-controller.yaml#
148+
- if:
149+
properties:
150+
compatible:
151+
contains:
152+
const: samsung,exynos7870-mipi-dsi
153+
154+
then:
155+
properties:
156+
clocks:
157+
minItems: 4
158+
maxItems: 4
159+
160+
clock-names:
161+
items:
162+
- const: bus
163+
- const: pll
164+
- const: byte
165+
- const: esc
166+
167+
ports:
168+
required:
169+
- port@0
170+
171+
required:
172+
- ports
173+
147174
- if:
148175
properties:
149176
compatible:

0 commit comments

Comments
 (0)