]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: marvell: kirkwood: Fix at24 EEPROM node name
authorRob Herring (Arm) <robh@kernel.org>
Tue, 10 Sep 2024 21:59:13 +0000 (16:59 -0500)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Mon, 4 Nov 2024 16:00:33 +0000 (17:00 +0100)
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>
arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts

index 9c438f10f7371b3d721fca781ec54dc433b6cd04..2bc4b68bd7230ffa118b1a643846179b77ef6db1 100644 (file)
@@ -44,7 +44,7 @@
                i2c@11100 {
                        status = "okay";
 
-                       s24c02: s24c02@50 {
+                       s24c02: eeprom@50 {
                                compatible = "atmel,24c02";
                                reg = <0x50>;
                        };