Commit 061a9aea authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Rob Clark

dt-bindings: display: msm: dsi-controller-main: restore assigned-clocks

Restore the assgined-clocks and assigned-clock-parents properties that
were lost during the txt -> YAML conversion.
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210709210729.953114-2-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent a41cdb69
...@@ -64,6 +64,18 @@ properties: ...@@ -64,6 +64,18 @@ properties:
Indicates if the DSI controller is driving a panel which needs Indicates if the DSI controller is driving a panel which needs
2 DSI links. 2 DSI links.
assigned-clocks:
minItems: 2
maxItems: 2
description: |
Parents of "byte" and "pixel" for the given platform.
assigned-clock-parents:
minItems: 2
maxItems: 2
description: |
The Byte clock and Pixel clock PLL outputs provided by a DSI PHY block.
power-domains: power-domains:
maxItems: 1 maxItems: 1
...@@ -119,6 +131,8 @@ required: ...@@ -119,6 +131,8 @@ required:
- clock-names - clock-names
- phys - phys
- phy-names - phy-names
- assigned-clocks
- assigned-clock-parents
- power-domains - power-domains
- operating-points-v2 - operating-points-v2
- ports - ports
...@@ -159,6 +173,9 @@ examples: ...@@ -159,6 +173,9 @@ examples:
phys = <&dsi0_phy>; phys = <&dsi0_phy>;
phy-names = "dsi"; phy-names = "dsi";
assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK0_CLK_SRC>;
assigned-clock-parents = <&dsi_phy 0>, <&dsi_phy 1>;
power-domains = <&rpmhpd SC7180_CX>; power-domains = <&rpmhpd SC7180_CX>;
operating-points-v2 = <&dsi_opp_table>; operating-points-v2 = <&dsi_opp_table>;
......
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