[PATCH 46/47] ARM: dts: silk: Add r1ex24002 EEPROM to DT
Simon Horman
horms+renesas at verge.net.au
Fri Mar 16 09:38:43 PDT 2018
From: Magnus Damm <damm+renesas at opensource.se>
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 <damm+renesas at opensource.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
---
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 @@
};
};
};
+
+ eeprom at 50 {
+ compatible = "renesas,r1ex24002", "atmel,24c02";
+ reg = <0x50>;
+ pagesize = <16>;
+ };
};
};
--
2.11.0
More information about the linux-arm-kernel
mailing list