]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: at91: tse850: use the correct compatible for the eeprom
authorPeter Rosin <peda@axentia.se>
Tue, 16 Jan 2018 16:06:18 +0000 (17:06 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 27 Aug 2018 14:40:05 +0000 (16:40 +0200)
BugLink: http://bugs.launchpad.net/bugs/1786352
[ Upstream commit 7981190fb5dd710dea08c2613cee3d05e795ca5e ]

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: 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850")
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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/arm/boot/dts/at91-tse850-3.dts

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