]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: aspeed: minerva: change the address of tmp75
authorYang Chen <yang.chen@quantatw.com>
Wed, 26 Jun 2024 13:03:16 +0000 (21:03 +0800)
committerJoel Stanley <joel@jms.id.au>
Thu, 22 Aug 2024 03:37:11 +0000 (13:07 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts

index 942e53d5c7140964d63b914328bdcc1aac972b23..e20e31917d6c618f46dbb627cc439bf9359e34dc 100644 (file)
                reg = <0x4b>;
        };
 
-       temperature-sensor@48 {
+       temperature-sensor@4f {
                compatible = "ti,tmp75";
-               reg = <0x48>;
+               reg = <0x4f>;
        };
 
        eeprom@54 {