From: Konstantin Aladyshev Date: Wed, 11 Jan 2023 11:32:08 +0000 (+0300) Subject: ARM: dts: aspeed: ethanolx: Correct EEPROM device name X-Git-Tag: v6.3-rc1~202^2~16^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7b322d164cffce24b69fa3e49a3ed9eebd01238;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: aspeed: ethanolx: Correct EEPROM device name 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 Link: https://lore.kernel.org/r/20230111113208.964-1-aladyshev22@gmail.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts index 93d395df1f2a9..f1f9c3f7e63fb 100644 --- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts +++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts @@ -161,7 +161,7 @@ &i2c3 { status = "okay"; eeprom@50 { - compatible = "atmel,24c256"; + compatible = "atmel,24c128"; reg = <0x50>; pagesize = <64>; };