File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Documentation/devicetree/bindings/display Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 99
99
maxItems : 3
100
100
required :
101
101
- clock-names
102
- - power-domains
103
102
- if :
104
103
not :
105
104
properties :
@@ -114,6 +113,19 @@ allOf:
114
113
maxItems : 1
115
114
clock-names :
116
115
maxItems : 1
116
+ - if :
117
+ properties :
118
+ compatible :
119
+ contains :
120
+ enum :
121
+ - fsl,imx6sl-lcdif
122
+ - fsl,imx6sx-lcdif
123
+ - fsl,imx8mm-lcdif
124
+ - fsl,imx8mn-lcdif
125
+ - fsl,imx8mp-lcdif
126
+ then :
127
+ required :
128
+ - power-domains
117
129
118
130
examples :
119
131
- |
@@ -128,6 +140,7 @@ examples:
128
140
<&clks IMX6SX_CLK_LCDIF_APB>,
129
141
<&clks IMX6SX_CLK_DISPLAY_AXI>;
130
142
clock-names = "pix", "axi", "disp_axi";
143
+ power-domains = <&pd_disp>;
131
144
132
145
port {
133
146
endpoint {
You can’t perform that action at this time.
0 commit comments