diff mbox series

[linux,dev-6.0] ARM: dts: aspeed: bonnell: Update incorrect eeprom address

Message ID 20221107154114.13484-1-eajames@linux.ibm.com
State New
Headers show
Series [linux,dev-6.0] ARM: dts: aspeed: bonnell: Update incorrect eeprom address | expand

Commit Message

Eddie James Nov. 7, 2022, 3:41 p.m. UTC
The eeprom on bus 8 was at the wrong i2c address.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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@48 {
 		reg = <0x48>;
 	};
 
-	eeprom@51 {
+	eeprom@50 {
 		compatible = "atmel,24c64";
-		reg = <0x51>;
+		reg = <0x50>;
 	};
 
 	pca9551@60 {