mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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:
parent
9852d85ec9
commit
4f4749dfc0
|
|
@ -44,7 +44,7 @@ sata@80000 {
|
|||
i2c@11100 {
|
||||
status = "okay";
|
||||
|
||||
s24c02: s24c02@50 {
|
||||
s24c02: eeprom@50 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user