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 <[email protected]>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts 
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 4126de4179224261..fac9cdea49650591 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -708,7 +708,7 @@
        };
 
        eeprom@50 {
-               compatible = "renesas,24c02", "atmel,24c02";
+               compatible = "renesas,r1ex24002", "atmel,24c02";
                reg = <0x50>;
                pagesize = <16>;
        };
-- 
2.7.4

Reply via email to