Skip to content

Commit 4f4749d

Browse files
robherringgclement
authored andcommitted
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>
1 parent 9852d85 commit 4f4749d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
i2c@11100 {
4545
status = "okay";
4646

47-
s24c02: s24c02@50 {
47+
s24c02: eeprom@50 {
4848
compatible = "atmel,24c02";
4949
reg = <0x50>;
5050
};

0 commit comments

Comments
 (0)