Message ID | 151904098248.30541.17415579752890048779.sendpatchset@little-apple (mailing list archive) |
---|---|
State | Accepted |
Commit | 7f8f74cd8d28f0b14b004c6c1640df439e5c2108 |
Delegated to: | Simon Horman |
Headers | show |
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
--- 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>; + }; }; };