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:
@@ -27,8 +27,8 @@
|
||||
reg = <0x08>;
|
||||
};
|
||||
|
||||
sensor@48 {
|
||||
compatible = "national,lm75";
|
||||
temperature-sensor@48 {
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x48>;
|
||||
vs-supply = <®_3p3v>;
|
||||
};
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
reg = <0x08>;
|
||||
};
|
||||
|
||||
sensor@48 {
|
||||
compatible = "national,lm75";
|
||||
temperature-sensor@48 {
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x48>;
|
||||
vs-supply = <®_3p3v>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user