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

system-controller: thermal-sensor:compatible:0: 'fsl,imx8qxp-sc-thermal' was expected
from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
system-controller: thermal-sensor:compatible: ['fsl,imx-sc-thermal'] 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 c166ffebe4389eb45b87f729716187eb5eb227fb..5c63976090e6e2cb82bebf1cb138fefed1efde96 100644 (file)
                };
 
                tsens: thermal-sensor {
-                       compatible = "fsl,imx-sc-thermal";
+                       compatible = "fsl,imx8dxl-sc-thermal", "fsl,imx-sc-thermal";
                        #thermal-sensor-cells = <1>;
                };
        };