ARM: dts: koelsch: Correct primary compatible value for eeprom

The Renesas part number of the two-wire serial interface EEPROM is not
24C02, but R1EX24002ATAS0G.

Hence change its primary compatible value to "renesas,r1ex24002", like
on Gose.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2017-11-16 14:51:35 +01:00 committed by Simon Horman
parent 1a20f21899
commit 8834d8667b
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ adv7612_out: endpoint {
};
eeprom@50 {
compatible = "renesas,24c02", "atmel,24c02";
compatible = "renesas,r1ex24002", "atmel,24c02";
reg = <0x50>;
pagesize = <16>;
};