ARM: dts: socfpga: 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>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Rob Herring (Arm) 2024-09-10 16:59:20 -05:00 committed by Dinh Nguyen
parent 9852d85ec9
commit 44dae95e61

View File

@ -135,7 +135,7 @@ temp: temperature-sensor@48 {
reg = <0x48>;
};
at24@50 {
eeprom@50 {
compatible = "atmel,24c01";
pagesize = <8>;
reg = <0x50>;
@ -211,7 +211,7 @@ &i2c1 {
status = "okay";
clock-frequency = <100000>;
at24@50 {
eeprom@50 {
compatible = "atmel,24c02";
pagesize = <8>;
reg = <0x50>;