Skip to content

Commit f62678a

Browse files
Marek Vasutrobherring
authored andcommitted
dt-bindings: mxsfb: Document i.MX8M/i.MX6SX/i.MX6SL power-domains property
The power-domains property is mandatory on i.MX8M Mini, Nano, Plus and i.MX6SX, i.MX6SL. Document the property and mark it as required on the aforementioned variants of the IP, present in those SoCs. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Liu Ying <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 5fa9f72 commit f62678a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Documentation/devicetree/bindings/display/fsl,lcdif.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ allOf:
9999
maxItems: 3
100100
required:
101101
- clock-names
102-
- power-domains
103102
- if:
104103
not:
105104
properties:
@@ -114,6 +113,19 @@ allOf:
114113
maxItems: 1
115114
clock-names:
116115
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
117129

118130
examples:
119131
- |
@@ -128,6 +140,7 @@ examples:
128140
<&clks IMX6SX_CLK_LCDIF_APB>,
129141
<&clks IMX6SX_CLK_DISPLAY_AXI>;
130142
clock-names = "pix", "axi", "disp_axi";
143+
power-domains = <&pd_disp>;
131144
132145
port {
133146
endpoint {

0 commit comments

Comments
 (0)