diff options
author | Eddie James <eajames@linux.ibm.com> | 2023-02-23 09:48:26 -0600 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-03-10 12:41:10 +1030 |
commit | bb13bd587d53033f1151699b7522f979e2930ea6 (patch) | |
tree | afb7e7527f9ffb08c474e54039af253dc05d5d70 | |
parent | f90f462964ff92eb28a469574df7eda1b2da595d (diff) |
ARM: dts: aspeed: bonnell: Update eeprom size
An eeprom had an incorrect size.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts index 97dacbe75182..79516dc21c01 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts @@ -686,7 +686,7 @@ }; eeprom@50 { - compatible = "atmel,24c64"; + compatible = "atmel,24c128"; reg = <0x50>; }; |