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

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

Fixes: cac849e9bb ("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>
This commit is contained in:
Matthias Schiffer 2020-09-07 10:04:29 +02:00 committed by Shawn Guo
parent 1b61fa9317
commit 888bb3d2cc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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