From 7f8f74cd8d28f0b14b004c6c1640df439e5c2108 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Mon, 19 Feb 2018 20:49:42 +0900 Subject: [PATCH] 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 --- arch/arm/boot/dts/r8a7794-silk.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index f1afe2dda13a..befd0fb880cc 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -226,6 +226,12 @@ adv7511_out: endpoint { }; }; }; + + eeprom@50 { + compatible = "renesas,r1ex24002", "atmel,24c02"; + reg = <0x50>; + pagesize = <16>; + }; }; }; -- 2.45.2