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:
Markus Niebel 2024-08-28 14:19:58 +02:00 committed by Shawn Guo
parent 5d0813c2f7
commit 0bfef93bd6
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ &fec {
&i2c1 {
lm75: temperature-sensor@49 {
compatible = "national,lm75";
compatible = "national,lm75a";
reg = <0x49>;
vs-supply = <&reg_mba6_3p3v>;
};

View File

@ -23,7 +23,7 @@ &i2c1 {
&i2c3 {
lm75: temperature-sensor@49 {
compatible = "national,lm75";
compatible = "national,lm75a";
reg = <0x49>;
vs-supply = <&reg_mba6_3p3v>;
};