Commit 37f295a2 authored by Yang Chen's avatar Yang Chen Committed by Andrew Jeffery

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: default avatarYang Chen <yangchen.openbmc@gmail.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231212075200.983536-7-yangchen.openbmc@gmail.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
parent feab10df
......@@ -123,9 +123,9 @@ temperature-sensor@48 {
reg = <0x48>;
};
eeprom@51 {
eeprom@54 {
compatible = "atmel,24c128";
reg = <0x51>;
reg = <0x54>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment