ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name

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

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Rob Herring (Arm) 2024-09-10 16:59:13 -05:00 committed by Gregory CLEMENT
parent 9852d85ec9
commit 4f4749dfc0

View File

@ -44,7 +44,7 @@ sata@80000 {
i2c@11100 {
status = "okay";
s24c02: s24c02@50 {
s24c02: eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
};