From: Rob Herring (Arm) Date: Tue, 10 Sep 2024 21:59:13 +0000 (-0500) Subject: ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name X-Git-Tag: v6.13-rc1~140^2~14^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f4749dfc01cb4ff261609acdc067b7268468a6d;p=thirdparty%2Fkernel%2Flinux.git 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) Reviewed-by: Andrew Lunn Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts index 9c438f10f7371..2bc4b68bd7230 100644 --- a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts +++ b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts @@ -44,7 +44,7 @@ i2c@11100 { status = "okay"; - s24c02: s24c02@50 { + s24c02: eeprom@50 { compatible = "atmel,24c02"; reg = <0x50>; };