* [PATCH linux dev-6.0] ARM: dts: aspeed: bonnell: Update incorrect eeprom address
@ 2022-11-07 15:41 Eddie James
0 siblings, 0 replies; only message in thread
From: Eddie James @ 2022-11-07 15:41 UTC (permalink / raw)
To: openbmc; +Cc: Eddie James, joel
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 --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 {
--
2.31.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-07 15:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-07 15:41 [PATCH linux dev-6.0] ARM: dts: aspeed: bonnell: Update incorrect eeprom address Eddie James
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.