We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81715a commit 2b5add6Copy full SHA for 2b5add6
Documentation/devicetree/bindings/clock/qcom,mmcc.yaml
@@ -78,6 +78,7 @@ allOf:
78
then:
79
properties:
80
clocks:
81
+ minItems: 8
82
items:
83
- description: Board PXO source
84
- description: PLL 3 clock
@@ -87,8 +88,10 @@ allOf:
87
88
- description: DSI phy instance 2 dsi clock
89
- description: DSI phy instance 2 byte clock
90
- description: HDMI phy PLL clock
91
+ - description: LVDS PLL clock
92
93
clock-names:
94
95
96
- const: pxo
97
- const: pll3
@@ -98,6 +101,7 @@ allOf:
98
101
- const: dsi2pll
99
102
- const: dsi2pllbyte
100
103
- const: hdmipll
104
+ - const: lvdspll
105
106
- if:
107
0 commit comments