Skip to content

Commit 1447c13

Browse files
srerobherring
authored andcommitted
dt-bindings: lcdif: Do not require power-domains for i.MX6ULL
i.MX6UL(L) uses "fsl,imx6sx-lcdif" as fallback compatible string, but has only very lightweight DISPLAY power domain. Its DISPLAY power domain is not supported by the binding / Linux kernel at the moment. Since the current setup is working, let's remove the power-domain from being required for that platform to fix the warning printed by CHECK_DTBS=y. Fixes: f62678a ("dt-bindings: mxsfb: Document i.MX8M/i.MX6SX/i.MX6SL power-domains property") Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org> Reviewed-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20240224213240.1854709-7-sre@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 08a5b9f commit 1447c13

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,19 @@ allOf:
120120
maxItems: 1
121121
clock-names:
122122
maxItems: 1
123+
- if:
124+
properties:
125+
compatible:
126+
const: fsl,imx6sx-lcdif
127+
then:
128+
required:
129+
- power-domains
123130
- if:
124131
properties:
125132
compatible:
126133
contains:
127134
enum:
128135
- fsl,imx6sl-lcdif
129-
- fsl,imx6sx-lcdif
130136
- fsl,imx8mm-lcdif
131137
- fsl,imx8mn-lcdif
132138
- fsl,imx8mp-lcdif

0 commit comments

Comments
 (0)