File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Documentation/devicetree/bindings/display/msm Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,18 @@ properties:
64
64
Indicates if the DSI controller is driving a panel which needs
65
65
2 DSI links.
66
66
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
+
67
79
power-domains :
68
80
maxItems : 1
69
81
@@ -119,6 +131,8 @@ required:
119
131
- clock-names
120
132
- phys
121
133
- phy-names
134
+ - assigned-clocks
135
+ - assigned-clock-parents
122
136
- power-domains
123
137
- operating-points-v2
124
138
- ports
@@ -159,6 +173,9 @@ examples:
159
173
phys = <&dsi0_phy>;
160
174
phy-names = "dsi";
161
175
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
+
162
179
power-domains = <&rpmhpd SC7180_CX>;
163
180
operating-points-v2 = <&dsi_opp_table>;
164
181
You can’t perform that action at this time.
0 commit comments