From a8b2feb23767aabfa3403e5aede646a8870be977 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Mon, 9 Mar 2020 15:41:12 +0800 Subject: [PATCH] arm64: dts: imx8qm/qxp: Correct the compatible string for thermal support The compatible string for imx8qm/qxp tmu sensor should be "fsl,imx-sc-thermal", so correct it. Signed-off-by: Jacky Bai [ Aisheng: drop unneeded MX8QXP part ] Sign-off-by: Dong Aisheng --- arch/arm64/boot/dts/freescale/imx8qm.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi index 9ca9e4288e16..9cd0aa2a3a0f 100755 --- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi @@ -346,7 +346,7 @@ }; tsens: thermal-sensor { - compatible = "fsl,imx8qm-sc-thermal"; + compatible = "fsl,imx-sc-thermal"; tsens-num = <6>; #thermal-sensor-cells = <1>; }; -- 2.17.1