mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
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:
committed by
Arnd Bergmann
parent
fac04efc5c
commit
b589fbc3f4
@@ -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";
|
||||
|
||||
@@ -824,7 +824,7 @@ tmp75@4a {
|
||||
reg = <0x4a>;
|
||||
status = "okay";
|
||||
};
|
||||
m24128_fru@51 {
|
||||
eeprom@51 {
|
||||
compatible = "atmel,24c128";
|
||||
reg = <0x51>;
|
||||
pagesize = <64>;
|
||||
|
||||
Reference in New Issue
Block a user