Skip to content

Commit 7f8d35b

Browse files
Kaustabh Chakrabortydaeinki
authored andcommitted
dt-bindings: samsung,mipi-dsim: document exynos7870 DSIM compatible
Add compatible string for Exynos7870 DSIM bridge controller. The device requires four clock sources, in schema they're named as "bus", "pll", "byte", and "esc". Suggested-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Kaustabh Chakraborty <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent f08051a commit 7f8d35b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
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)