Skip to content

Commit 061a9ae

Browse files
lumagrobclark
authored andcommitted
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: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Rob Clark <[email protected]>
1 parent a41cdb6 commit 061a9ae

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ properties:
6464
Indicates if the DSI controller is driving a panel which needs
6565
2 DSI links.
6666
67+
assigned-clocks:
68+
minItems: 2
69+
maxItems: 2
70+
description: |
71+
Parents of "byte" and "pixel" for the given platform.
72+
73+
assigned-clock-parents:
74+
minItems: 2
75+
maxItems: 2
76+
description: |
77+
The Byte clock and Pixel clock PLL outputs provided by a DSI PHY block.
78+
6779
power-domains:
6880
maxItems: 1
6981

@@ -119,6 +131,8 @@ required:
119131
- clock-names
120132
- phys
121133
- phy-names
134+
- assigned-clocks
135+
- assigned-clock-parents
122136
- power-domains
123137
- operating-points-v2
124138
- ports
@@ -159,6 +173,9 @@ examples:
159173
phys = <&dsi0_phy>;
160174
phy-names = "dsi";
161175
176+
assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK0_CLK_SRC>;
177+
assigned-clock-parents = <&dsi_phy 0>, <&dsi_phy 1>;
178+
162179
power-domains = <&rpmhpd SC7180_CX>;
163180
operating-points-v2 = <&dsi_opp_table>;
164181

0 commit comments

Comments
 (0)