ARM: dts: imx7-mba7: improve compatible for LM75 temp sensor
Use national,lm75a to specify exact variant used. This should cause no functional changes. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>pull/958/head
parent
d8ae1cdea3
commit
3e74825cd9
|
|
@ -316,7 +316,7 @@
|
|||
|
||||
&i2c1 {
|
||||
lm75: temperature-sensor@49 {
|
||||
compatible = "national,lm75";
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x49>;
|
||||
vs-supply = <®_vcc_3v3>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue