mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
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>
This commit is contained in:
parent
d8ae1cdea3
commit
3e74825cd9
|
|
@ -316,7 +316,7 @@ &flexcan2 {
|
|||
|
||||
&i2c1 {
|
||||
lm75: temperature-sensor@49 {
|
||||
compatible = "national,lm75";
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x49>;
|
||||
vs-supply = <®_vcc_3v3>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user