ARM: dts: aspeed: bonnell: Update eeprom size
authorEddie James <eajames@linux.ibm.com>
Thu, 23 Feb 2023 15:48:26 +0000 (09:48 -0600)
committerJoel Stanley <joel@jms.id.au>
Fri, 10 Mar 2023 02:11:10 +0000 (12:41 +1030)
An eeprom had an incorrect size.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts

index 97dacbe..79516dc 100644 (file)
        };
 
        eeprom@50 {
-               compatible = "atmel,24c64";
+               compatible = "atmel,24c128";
                reg = <0x50>;
        };