提交 7981190f 编写于 作者: P Peter Rosin 提交者: Alexandre Belloni

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: 21dd0ece ("ARM: dts: at91: add devicetree for the Axentia TSE-850")
Signed-off-by: NPeter Rosin <peda@axentia.se>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 6b659330
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
}; };
eeprom@50 { eeprom@50 {
compatible = "nxp,24c02", "atmel,24c02"; compatible = "nxp,se97b", "atmel,24c02";
reg = <0x50>; reg = <0x50>;
pagesize = <16>; pagesize = <16>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册