summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91-tse850-3.dts
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2018-01-16 17:06:18 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-02-13 17:15:13 +0100
commit7981190fb5dd710dea08c2613cee3d05e795ca5e (patch)
tree020e71e67721d29c54680f1d15191b3c597e3674 /arch/arm/boot/dts/at91-tse850-3.dts
parent6b65933008a6bbe5ff79a344b41175826848682d (diff)
ARM: dts: at91: tse850: 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: 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>
Diffstat (limited to 'arch/arm/boot/dts/at91-tse850-3.dts')
-rw-r--r--arch/arm/boot/dts/at91-tse850-3.dts2
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 9b82cc8843e1..97b227693658 100644
--- a/arch/arm/boot/dts/at91-tse850-3.dts
+++ b/arch/arm/boot/dts/at91-tse850-3.dts
@@ -246,7 +246,7 @@
};
eeprom@50 {
- compatible = "nxp,24c02", "atmel,24c02";
+ compatible = "nxp,se97b", "atmel,24c02";
reg = <0x50>;
pagesize = <16>;
};