Commit 2f8e5f8b authored by Dmitry Baryshkov's avatar Dmitry Baryshkov

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: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/518808/
Link: https://lore.kernel.org/r/20230118032432.1716616-3-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 65e83594
...@@ -83,12 +83,16 @@ properties: ...@@ -83,12 +83,16 @@ properties:
2 DSI links. 2 DSI links.
assigned-clocks: assigned-clocks:
maxItems: 2 minItems: 2
maxItems: 4
description: | description: |
Parents of "byte" and "pixel" for the given platform. Parents of "byte" and "pixel" for the given platform.
For DSIv2 platforms this should contain "byte", "esc", "src" and
"pixel_src" clocks.
assigned-clock-parents: assigned-clock-parents:
maxItems: 2 minItems: 2
maxItems: 4
description: | description: |
The Byte clock and Pixel clock PLL outputs provided by a DSI PHY block. The Byte clock and Pixel clock PLL outputs provided by a DSI PHY block.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment