From: Fabio Estevam Date: Tue, 26 Sep 2023 12:29:57 +0000 (-0300) Subject: arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-wdt X-Git-Tag: io_uring-6.7-2023-11-10~47^2~20^2~32 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=33a859b894cd6fc25319a7c1bc1b5b7b334d7dee;p=linux-block.git arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-wdt 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 5c63976090e6..f580eb6db9a6 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -166,7 +166,7 @@ }; watchdog { - compatible = "fsl,imx-sc-wdt"; + compatible = "fsl,imx8dxl-sc-wdt", "fsl,imx-sc-wdt"; timeout-sec = <60>; };