diff options
author | Eddie James <eajames@linux.ibm.com> | 2021-10-20 16:53:21 -0500 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-10-21 16:56:02 +1030 |
commit | a559f27a408c414c1d733e1148ca2d6674796a5a (patch) | |
tree | faa4704ef94f913bcacd74fe22a8969e6184e840 | |
parent | e175be2a718f81db17295d0f82d84c6198783a43 (diff) |
ARM: dts: aspeed: everest: Fix bus 15 muxed eeproms
The eeproms on bus 15 muxes were at the wrong addresses.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20211020215321.33960-6-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 4412d71d8b08..ec2abe02e25e 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -2240,9 +2240,9 @@ #size-cells = <0>; reg = <0>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; @@ -2251,9 +2251,9 @@ #size-cells = <0>; reg = <1>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; @@ -2262,9 +2262,9 @@ #size-cells = <0>; reg = <2>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; @@ -2273,9 +2273,9 @@ #size-cells = <0>; reg = <3>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; }; @@ -2292,9 +2292,9 @@ #size-cells = <0>; reg = <0>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; @@ -2303,9 +2303,9 @@ #size-cells = <0>; reg = <1>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; @@ -2314,9 +2314,9 @@ #size-cells = <0>; reg = <2>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; @@ -2325,9 +2325,9 @@ #size-cells = <0>; reg = <3>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; }; @@ -2344,9 +2344,9 @@ #size-cells = <0>; reg = <0>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; @@ -2355,9 +2355,9 @@ #size-cells = <0>; reg = <1>; - eeprom@50 { + eeprom@53 { compatible = "atmel,24c64"; - reg = <0x50>; + reg = <0x53>; }; }; |