Commit 888bb3d2 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Shawn Guo
Browse files

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



Specify the National LM75 sensor including its vendor name, as mandated
by the binding docs.

Fixes: cac849e9 ("ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM")
Signed-off-by: default avatarMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1b61fa93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ pmic: pmic@8 {
	};

	sensor@48 {
		compatible = "lm75";
		compatible = "national,lm75";
		reg = <0x48>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ pmic: pmic@8 {
	};

	sensor@48 {
		compatible = "lm75";
		compatible = "national,lm75";
		reg = <0x48>;
	};