mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 08:16:39 +09:00
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: 21dd0ece34 ("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>
This commit is contained in:
committed by
Alexandre Belloni
parent
6b65933008
commit
7981190fb5
@@ -246,7 +246,7 @@
|
||||
};
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "nxp,24c02", "atmel,24c02";
|
||||
compatible = "nxp,se97b", "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
pagesize = <16>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user