]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: ethanolx: Correct EEPROM device name
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Wed, 11 Jan 2023 11:32:08 +0000 (14:32 +0300)
committerJoel Stanley <joel@jms.id.au>
Mon, 23 Jan 2023 03:46:48 +0000 (14:16 +1030)
BMC on the EthanolX board uses 24LC128 EEPROM chip for the
configuration settings. The correct compatible string for this
chip is "atmel,24c128".

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20230111113208.964-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts

index 93d395df1f2a95868a0bfd8a79733493f8df489f..f1f9c3f7e63fb39729d1660ecac04137b9107b59 100644 (file)
 &i2c3 {
        status = "okay";
        eeprom@50 {
-               compatible = "atmel,24c256";
+               compatible = "atmel,24c128";
                reg = <0x50>;
                pagesize = <64>;
        };