projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16bc0cf
)
arm64: dts: imx8qm/qxp: Correct the compatible string for thermal support
author
Jacky Bai
<ping.bai@nxp.com>
Mon, 9 Mar 2020 07:41:12 +0000
(15:41 +0800)
committer
Dong Aisheng
<aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:09 +0000
(11:22 +0800)
The compatible string for imx8qm/qxp tmu sensor should be "fsl,imx-sc-thermal",
so correct it.
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
[ Aisheng: drop unneeded MX8QXP part ]
Sign-off-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm64/boot/dts/freescale/imx8qm.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8qm.dtsi
b/arch/arm64/boot/dts/freescale/imx8qm.dtsi
index
9ca9e42
..
9cd0aa2
100755
(executable)
--- 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,imx
8qm
-sc-thermal";
+ compatible = "fsl,imx-sc-thermal";
tsens-num = <6>;
#thermal-sensor-cells = <1>;
};