]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8dxl: Pass fsl,imx8dl-scu-pd
authorFabio Estevam <festevam@denx.de>
Tue, 26 Sep 2023 12:29:52 +0000 (09:29 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 02:52:49 +0000 (10:52 +0800)
Pass 'fsl,imx8dl-scu-pd' to fix the following schema warning:

system-controller: power-controller:compatible:0: 'fsl,scu-pd' is not one of ['fsl,imx8qm-scu-pd', 'fsl,imx8qxp-scu-pd']
from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl.dtsi

index 792b7224ca5b5ce755929843323171711659ea8e..19aa89ea442ac0b51abc1f9d70b95284ce8bd40f 100644 (file)
                          &lsio_mu1 3 3>;
 
                pd: power-controller {
-                       compatible = "fsl,scu-pd";
+                       compatible = "fsl,imx8dl-scu-pd", "fsl,scu-pd";
                        #power-domain-cells = <1>;
                        wakeup-irq = <160 163 235 236 237 228 229 230 231 238
                                     239 240 166 169>;