ARM: dts: aspeed: minerva: correct the address of eeprom
authorYang Chen <yangchen.openbmc@gmail.com>
Tue, 12 Dec 2023 07:51:55 +0000 (15:51 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:18 +0000 (11:49 +0930)
Correct the address from 0x51 to 0x54 of eeprom on the i2c bus 1

Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231212075200.983536-7-yangchen.openbmc@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts

index 783d4d5a8f3d7e73e091147c625fe1e8f4f4f3bb..f2a48033ac5ce76461fe8ff4e8dfa69b9fcf4bb4 100644 (file)
                reg = <0x48>;
        };
 
-       eeprom@51 {
+       eeprom@54 {
                compatible = "atmel,24c128";
-               reg = <0x51>;
+               reg = <0x54>;
        };
 };