arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-wdt
authorFabio Estevam <festevam@denx.de>
Tue, 26 Sep 2023 12:29:57 +0000 (09:29 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 02:52:50 +0000 (10:52 +0800)
Pass 'fsl,imx8dxl-sc-wdt' to fix the following schema warning:

system-controller: watchdog:compatible:0: 'fsl,imx8qxp-sc-wdt' was expected
from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
system-controller: watchdog:compatible: ['fsl,imx-sc-wdt'] is too short
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 5c63976090e6e2cb82bebf1cb138fefed1efde96..f580eb6db9a61327b8db1ec411e8da7a1ec2c01f 100644 (file)
                };
 
                watchdog {
-                       compatible = "fsl,imx-sc-wdt";
+                       compatible = "fsl,imx8dxl-sc-wdt", "fsl,imx-sc-wdt";
                        timeout-sec = <60>;
                };