From: Magnus Damm Date: Mon, 19 Feb 2018 11:49:42 +0000 (+0900) Subject: ARM: dts: silk: Add r1ex24002 EEPROM to DT X-Git-Tag: v5.15~9103^2~31^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f8f74cd8d28f0b14b004c6c1640df439e5c2108;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: silk: Add r1ex24002 EEPROM to DT Extend the Silk board support to include U14 which is an I2C based EEPROM hooked up to the I2C1 bus. Signed-off-by: Magnus Damm Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index f1afe2d..befd0fb 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -226,6 +226,12 @@ }; }; }; + + eeprom@50 { + compatible = "renesas,r1ex24002", "atmel,24c02"; + reg = <0x50>; + pagesize = <16>; + }; }; };