diff options
author | Peter Rosin <peda@axentia.se> | 2018-01-16 17:06:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-30 07:52:41 +0200 |
commit | 253aa8296a5e517313b4afb1f6b5cad80a9208d1 (patch) | |
tree | 9d545ea33ea74e9b73d7de4de8a615ffe3a7a372 /arch | |
parent | ffc1f3ac180c37699b79965e04613e12b1ce31c0 (diff) | |
download | linux-stable-253aa8296a5e517313b4afb1f6b5cad80a9208d1.tar.gz linux-stable-253aa8296a5e517313b4afb1f6b5cad80a9208d1.tar.bz2 linux-stable-253aa8296a5e517313b4afb1f6b5cad80a9208d1.zip |
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 <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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/at91-tse850-3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-tse850-3.dts b/arch/arm/boot/dts/at91-tse850-3.dts index 5f29010cdbd8..4ef80a703eda 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>; }; |