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: display/msm: dsi-controller-main: account for apq8064

APQ8064 requires listing four clocks in the assigned-clocks /
assigned-clock-parents properties. Account for that.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/518808/
Link: https://lore.kernel.org/r/20230118032432.1716616-3-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+6 -2
+6 -2
Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
··· 83 83 2 DSI links. 84 84 85 85 assigned-clocks: 86 - maxItems: 2 86 + minItems: 2 87 + maxItems: 4 87 88 description: | 88 89 Parents of "byte" and "pixel" for the given platform. 90 + For DSIv2 platforms this should contain "byte", "esc", "src" and 91 + "pixel_src" clocks. 89 92 90 93 assigned-clock-parents: 91 - maxItems: 2 94 + minItems: 2 95 + maxItems: 4 92 96 description: | 93 97 The Byte clock and Pixel clock PLL outputs provided by a DSI PHY block. 94 98