From: Eddie James Date: Wed, 20 Oct 2021 21:53:21 +0000 (-0500) Subject: ARM: dts: aspeed: everest: Fix bus 15 muxed eeproms X-Git-Tag: v6.1-rc5~2734^2~8^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a559f27a408c414c1d733e1148ca2d6674796a5a;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Joel Stanley Link: https://lore.kernel.org/r/20211020215321.33960-6-eajames@linux.ibm.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 4412d71..ec2abe0 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>; }; };