Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <dmitry.baryshkov@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241224-apq8064-fix-mmcc-v1-1-c95d2e2bf143@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
2b5add60 f81715a4

+4
+4
Documentation/devicetree/bindings/clock/qcom,mmcc.yaml
··· 78 78 then: 79 79 properties: 80 80 clocks: 81 + minItems: 8 81 82 items: 82 83 - description: Board PXO source 83 84 - description: PLL 3 clock ··· 88 87 - description: DSI phy instance 2 dsi clock 89 88 - description: DSI phy instance 2 byte clock 90 89 - description: HDMI phy PLL clock 90 + - description: LVDS PLL clock 91 91 92 92 clock-names: 93 + minItems: 8 93 94 items: 94 95 - const: pxo 95 96 - const: pll3 ··· 101 98 - const: dsi2pll 102 99 - const: dsi2pllbyte 103 100 - const: hdmipll 101 + - const: lvdspll 104 102 105 103 - if: 106 104 properties: