From: Geert Uytterhoeven Date: Thu, 16 Nov 2017 13:51:35 +0000 (+0100) Subject: ARM: dts: koelsch: Correct primary compatible value for eeprom X-Git-Tag: v5.15~9499^2~60^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8834d8667b8509e5968e5689790c4ac5410b47db;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 4126de4..fac9cde 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>; };