From: Peter Rosin Date: Tue, 16 Jan 2018 16:06:18 +0000 (+0100) Subject: ARM: dts: at91: tse850: use the correct compatible for the eeprom X-Git-Tag: v4.14.45~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=253aa8296a5e517313b4afb1f6b5cad80a9208d1;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: at91: tse850: use the correct compatible for the eeprom [ 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 Signed-off-by: Alexandre Belloni Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm/boot/dts/at91-tse850-3.dts b/arch/arm/boot/dts/at91-tse850-3.dts index 5f29010..4ef80a7 100644 --- a/arch/arm/boot/dts/at91-tse850-3.dts +++ b/arch/arm/boot/dts/at91-tse850-3.dts @@ -245,7 +245,7 @@ }; eeprom@50 { - compatible = "nxp,24c02", "atmel,24c02"; + compatible = "nxp,se97b", "atmel,24c02"; reg = <0x50>; pagesize = <16>; };