[PATCH linux dev-6.0] ARM: dts: aspeed: bonnell: Update incorrect eeprom address
Eddie James
eajames at linux.ibm.com
Tue Nov 8 02:41:14 AEDT 2022
The eeprom on bus 8 was at the wrong i2c address.
Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index 72b687f45ebf..e2a9a18bda57 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -683,9 +683,9 @@ tmp275 at 48 {
reg = <0x48>;
};
- eeprom at 51 {
+ eeprom at 50 {
compatible = "atmel,24c64";
- reg = <0x51>;
+ reg = <0x50>;
};
pca9551 at 60 {
--
2.31.1
More information about the openbmc
mailing list