Skip to content

Commit 2b5add6

Browse files
lumagandersson
authored andcommitted
dt-bindings: clock: qcom,mmcc: support LVDS PLL input for apq8064
APQ8064 / MSM8960 have separate LVDS PLL driving the LVDS / LCDC clock. Add corresponding input to clock controller bindings. Signed-off-by: Dmitry Baryshkov <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f81715a commit 2b5add6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/clock/qcom,mmcc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ allOf:
7878
then:
7979
properties:
8080
clocks:
81+
minItems: 8
8182
items:
8283
- description: Board PXO source
8384
- description: PLL 3 clock
@@ -87,8 +88,10 @@ allOf:
8788
- description: DSI phy instance 2 dsi clock
8889
- description: DSI phy instance 2 byte clock
8990
- description: HDMI phy PLL clock
91+
- description: LVDS PLL clock
9092

9193
clock-names:
94+
minItems: 8
9295
items:
9396
- const: pxo
9497
- const: pll3
@@ -98,6 +101,7 @@ allOf:
98101
- const: dsi2pll
99102
- const: dsi2pllbyte
100103
- const: hdmipll
104+
- const: lvdspll
101105

102106
- if:
103107
properties:

0 commit comments

Comments
 (0)