ARM: dts: aspeed: minerva: change the address of tmp75

Revise the address of tmp75 on I2C bus 1 from 0x48 to 0x4f due to design
change.

Signed-off-by: Yang Chen <yang.chen@quantatw.com>
Link: https://lore.kernel.org/r/20240626130332.929534-2-yangchen.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Yang Chen
2024-06-26 21:03:16 +08:00
committed by Joel Stanley
parent 995d8fe034
commit 931f133325
@@ -145,9 +145,9 @@
reg = <0x4b>;
};
temperature-sensor@48 {
temperature-sensor@4f {
compatible = "ti,tmp75";
reg = <0x48>;
reg = <0x4f>;
};
eeprom@54 {