diff mbox

[01/02] ARM: dts: silk: Add r1ex24002 EEPROM to DT

Message ID 151904098248.30541.17415579752890048779.sendpatchset@little-apple (mailing list archive)
State Accepted
Commit 7f8f74cd8d28f0b14b004c6c1640df439e5c2108
Delegated to: Simon Horman
Headers show

Commit Message

Magnus Damm Feb. 19, 2018, 11:49 a.m. UTC
From: Magnus Damm <damm+renesas@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@opensource.se>
---

 arch/arm/boot/dts/r8a7794-silk.dts |    6 ++++++
 1 file changed, 6 insertions(+)

Comments

Geert Uytterhoeven Feb. 26, 2018, 1:52 p.m. UTC | #1
On Mon, Feb 19, 2018 at 12:49 PM, Magnus Damm <magnus.damm@gmail.com> wrote:
> From: Magnus Damm <damm+renesas@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@opensource.se>

late
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
diff mbox

Patch

--- 0001/arch/arm/boot/dts/r8a7794-silk.dts
+++ work/arch/arm/boot/dts/r8a7794-silk.dts	2018-02-19 20:03:54.730607110 +0900
@@ -226,6 +226,12 @@ 
 				};
 			};
 		};
+
+		eeprom@50 {
+			compatible = "renesas,r1ex24002", "atmel,24c02";
+			reg = <0x50>;
+			pagesize = <16>;
+		};
 	};
 };