From: Fabio Estevam Date: Tue, 26 Sep 2023 12:29:55 +0000 (-0300) Subject: arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-thermal X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68a8c8d96b8b6c4490ca806c8a1efd1aa2e8447c;p=linux.git arm64: dts: imx8dxl: Pass fsl,imx8dxl-sc-thermal 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index c166ffebe4389..5c63976090e6e 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -171,7 +171,7 @@ }; tsens: thermal-sensor { - compatible = "fsl,imx-sc-thermal"; + compatible = "fsl,imx8dxl-sc-thermal", "fsl,imx-sc-thermal"; #thermal-sensor-cells = <1>; }; };