]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx6qdl-tqma6: fix LM75 compatible string
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Mon, 7 Sep 2020 08:04:29 +0000 (10:04 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 13 Sep 2020 01:31:25 +0000 (09:31 +0800)
Specify the National LM75 sensor including its vendor name, as mandated
by the binding docs.

Fixes: cac849e9bbc8 ("ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM")
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
arch/arm/boot/dts/imx6qdl-tqma6b.dtsi

index c18a06cf79295c57f26c3f5470db9b26d166cbf4..b679bec78e6c4889a16b61cc20617a623191f3c9 100644 (file)
@@ -16,7 +16,7 @@
        };
 
        sensor@48 {
-               compatible = "lm75";
+               compatible = "national,lm75";
                reg = <0x48>;
        };
 
index a7460075f5175671a96f19312995c2ddbad4d134..49c472285c064e10f51ded9d3ca42bc9e70b4bfd 100644 (file)
@@ -16,7 +16,7 @@
        };
 
        sensor@48 {
-               compatible = "lm75";
+               compatible = "national,lm75";
                reg = <0x48>;
        };