]> git.hungrycats.org Git - linux/commitdiff
ARM: dts: at91: nattis: use the correct compatible for the eeprom
authorPeter Rosin <peda@axentia.se>
Tue, 16 Jan 2018 16:06:17 +0000 (17:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 06:17:44 +0000 (08:17 +0200)
[ Upstream commit 6b65933008a6bbe5ff79a344b41175826848682d ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/at91-nattis-2-natte-2.dts

index 3ea1d26e1c684cd05bc400ea26c87ef74f075540..c457eff259110a8298a582cbc1c9d2d207671764 100644 (file)
        };
 
        eeprom@50 {
-               compatible = "nxp,24c02";
+               compatible = "nxp,se97b", "atmel,24c02";
                reg = <0x50>;
                pagesize = <16>;
        };