Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-tqma6: fix LM75 compatible string

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>

authored by

Matthias Schiffer and committed by
Shawn Guo
888bb3d2 1b61fa93

+2 -2
+1 -1
arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
··· 16 16 }; 17 17 18 18 sensor@48 { 19 - compatible = "lm75"; 19 + compatible = "national,lm75"; 20 20 reg = <0x48>; 21 21 }; 22 22
+1 -1
arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
··· 16 16 }; 17 17 18 18 sensor@48 { 19 - compatible = "lm75"; 19 + compatible = "national,lm75"; 20 20 reg = <0x48>; 21 21 }; 22 22