diff options
author | Peter Rosin <peda@axentia.se> | 2018-01-16 17:06:17 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 17:15:13 +0100 |
commit | 6b65933008a6bbe5ff79a344b41175826848682d (patch) | |
tree | ae345148f844e90beddfaeb76426e20a85a1d673 /arch/arm/boot/dts/at91-nattis-2-natte-2.dts | |
parent | 983cfd77d70557cf83582f96f1dd946128c0abd9 (diff) | |
download | lwn-6b65933008a6bbe5ff79a344b41175826848682d.tar.gz lwn-6b65933008a6bbe5ff79a344b41175826848682d.zip |
ARM: dts: at91: nattis: use the correct compatible for the eeprom
The used part does contain an eeprom compatible with an Atmel 24c02
chip and it is from NXP, but it is not called 24c02. It's actually a
se97b chip. Adjust the compatible accordingly.
Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power")
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-nattis-2-natte-2.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts index 3ea1d26e1c68..c457eff25911 100644 --- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts +++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts @@ -146,7 +146,7 @@ }; eeprom@50 { - compatible = "nxp,24c02"; + compatible = "nxp,se97b", "atmel,24c02"; reg = <0x50>; pagesize = <16>; }; |