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>
This commit is contained in:
Eddie James 2021-10-20 16:53:21 -05:00 committed by Joel Stanley
parent e175be2a71
commit a559f27a40

View file

@ -2240,9 +2240,9 @@ i2c15mux0chn0: i2c@0 {
#size-cells = <0>;
reg = <0>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
@ -2251,9 +2251,9 @@ i2c15mux0chn1: i2c@1 {
#size-cells = <0>;
reg = <1>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
@ -2262,9 +2262,9 @@ i2c15mux0chn2: i2c@2 {
#size-cells = <0>;
reg = <2>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
@ -2273,9 +2273,9 @@ i2c15mux0chn3: i2c@3 {
#size-cells = <0>;
reg = <3>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
};
@ -2292,9 +2292,9 @@ i2c15mux1chn0: i2c@0 {
#size-cells = <0>;
reg = <0>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
@ -2303,9 +2303,9 @@ i2c15mux1chn1: i2c@1 {
#size-cells = <0>;
reg = <1>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
@ -2314,9 +2314,9 @@ i2c15mux1chn2: i2c@2 {
#size-cells = <0>;
reg = <2>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
@ -2325,9 +2325,9 @@ i2c15mux1chn3: i2c@3 {
#size-cells = <0>;
reg = <3>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
};
@ -2344,9 +2344,9 @@ i2c15mux2chn0: i2c@0 {
#size-cells = <0>;
reg = <0>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};
@ -2355,9 +2355,9 @@ i2c15mux2chn1: i2c@1 {
#size-cells = <0>;
reg = <1>;
eeprom@50 {
eeprom@53 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x53>;
};
};