ARM: dts: aspeed: minerva: correct the address of eeprom

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>
This commit is contained in:
Yang Chen 2023-12-12 15:51:55 +08:00 committed by Andrew Jeffery
parent feab10df42
commit 37f295a28e

View File

@ -123,9 +123,9 @@
reg = <0x48>;
};
eeprom@51 {
eeprom@54 {
compatible = "atmel,24c128";
reg = <0x51>;
reg = <0x54>;
};
};