From: Jacky Bai Date: Mon, 9 Mar 2020 07:41:12 +0000 (+0800) Subject: arm64: dts: imx8qm/qxp: Correct the compatible string for thermal support X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~488 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=a8b2feb23767aabfa3403e5aede646a8870be977;p=linux.git 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 --- 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>; };