aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Aladyshev <[email protected]>2023-01-11 14:32:08 +0300
committerJoel Stanley <[email protected]>2023-01-23 14:16:48 +1030
commita7b322d164cffce24b69fa3e49a3ed9eebd01238 (patch)
treea62df542bb1e9c6d6da951a5eb7d7f32ccc8ead6
parent2ee2a66ae5092281e3b3e6ddda91734dbb54e527 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
index 93d395df1f2a..f1f9c3f7e63f 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>;
};