mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
ARM: dts: imx6qdl-mba6: 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
5d0813c2f7
commit
0bfef93bd6
@ -13,7 +13,7 @@ &fec {
|
||||
|
||||
&i2c1 {
|
||||
lm75: temperature-sensor@49 {
|
||||
compatible = "national,lm75";
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x49>;
|
||||
vs-supply = <®_mba6_3p3v>;
|
||||
};
|
||||
|
@ -23,7 +23,7 @@ &i2c1 {
|
||||
|
||||
&i2c3 {
|
||||
lm75: temperature-sensor@49 {
|
||||
compatible = "national,lm75";
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x49>;
|
||||
vs-supply = <®_mba6_3p3v>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user