diff options
author | Markus Niebel <[email protected]> | 2024-08-12 16:14:14 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2024-08-28 11:20:44 +0800 |
commit | 3e74825cd9ffca4bf4d082c150b861e541c52ff1 (patch) | |
tree | 8040ba71bba0572e14c28b69515a34c8b6cda904 | |
parent | d8ae1cdea3e735ebd2c12f88a81b2f03d2206a46 (diff) |
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi index 775bd3066b87..e1c401f468e1 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi @@ -316,7 +316,7 @@ &i2c1 { lm75: temperature-sensor@49 { - compatible = "national,lm75"; + compatible = "national,lm75a"; reg = <0x49>; vs-supply = <®_vcc_3v3>; }; |