ARM: dts: nuvoton: Fix at24 EEPROM node names

at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240910215905.823337-1-robh@kernel.org
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Rob Herring (Arm)
2024-11-12 10:55:57 +10:30
committed by Arnd Bergmann
parent fac04efc5c
commit b589fbc3f4
2 changed files with 4 additions and 4 deletions

View File

@@ -661,7 +661,7 @@ &i2c5 {
clock-frequency = <100000>;
status = "okay";
mb_fru@50 {
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
@@ -704,7 +704,7 @@ max31725@5d {
reg = <0x5d>;
status = "okay";
};
fan_fru@51 {
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
};
@@ -714,7 +714,7 @@ i2c5_hsbp_fru_3: i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
hsbp_fru@52 {
eeprom@52 {
compatible = "atmel,24c64";
reg = <0x52>;
status = "okay";

View File

@@ -824,7 +824,7 @@ tmp75@4a {
reg = <0x4a>;
status = "okay";
};
m24128_fru@51 {
eeprom@51 {
compatible = "atmel,24c128";
reg = <0x51>;
pagesize = <64>;