]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: imx6qdl-tqma6: improve compatible for LM75 temp sensor
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Wed, 28 Aug 2024 12:19:57 +0000 (14:19 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 2 Sep 2024 00:17:54 +0000 (08:17 +0800)
Use national,lm75a to specify exact variant used. This should cause
no functional changes.

While at it change node name to 'temperature-sensor@48' to
describe the function of the IC.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6a.dtsi
arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6b.dtsi

index 68525f0205d3a6da81fda152bea043aa15aa9b8c..828996382f24697d586987fe1903f7af82ec9f58 100644 (file)
@@ -27,8 +27,8 @@
                reg = <0x08>;
        };
 
-       sensor@48 {
-               compatible = "national,lm75";
+       temperature-sensor@48 {
+               compatible = "national,lm75a";
                reg = <0x48>;
                vs-supply = <&reg_3p3v>;
        };
index 53e78f1aed3858b4cafce7318380d8c6355899ea..1d0966b8d99e2c5117c08dab95dc05c56528d997 100644 (file)
@@ -20,8 +20,8 @@
                reg = <0x08>;
        };
 
-       sensor@48 {
-               compatible = "national,lm75";
+       temperature-sensor@48 {
+               compatible = "national,lm75a";
                reg = <0x48>;
                vs-supply = <&reg_3p3v>;
        };