ARM: dts: imx6qdl-tqma6: improve compatible for LM75 temp sensor

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>
This commit is contained in:
Markus Niebel
2024-08-28 14:19:57 +02:00
committed by Shawn Guo
parent 135be5386d
commit 5d0813c2f7
2 changed files with 4 additions and 4 deletions
@@ -27,8 +27,8 @@
reg = <0x08>;
};
sensor@48 {
compatible = "national,lm75";
temperature-sensor@48 {
compatible = "national,lm75a";
reg = <0x48>;
vs-supply = <&reg_3p3v>;
};
@@ -20,8 +20,8 @@
reg = <0x08>;
};
sensor@48 {
compatible = "national,lm75";
temperature-sensor@48 {
compatible = "national,lm75a";
reg = <0x48>;
vs-supply = <&reg_3p3v>;
};