Re: [PATCH] ARM: shmobile: r8a7794: alt: add EEPROM to DTS

2018-05-08 Thread Simon Horman
On Tue, May 08, 2018 at 01:14:25PM +0200, Geert Uytterhoeven wrote:
> On Mon, May 7, 2018 at 2:40 PM, Wolfram Sang
>  wrote:
> > Same EEPROM as on Koelsch, et al.
> >
> > Signed-off-by: Wolfram Sang 
> 
> Reviewed-by: Geert Uytterhoeven 

Thanks, applied.


Re: [PATCH] ARM: shmobile: r8a7794: alt: add EEPROM to DTS

2018-05-08 Thread Geert Uytterhoeven
On Mon, May 7, 2018 at 2:40 PM, Wolfram Sang
 wrote:
> Same EEPROM as on Koelsch, et al.
>
> Signed-off-by: Wolfram Sang 

Reviewed-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


[PATCH] ARM: shmobile: r8a7794: alt: add EEPROM to DTS

2018-05-07 Thread Wolfram Sang
Same EEPROM as on Koelsch, et al.

Signed-off-by: Wolfram Sang 
---
 arch/arm/boot/dts/r8a7794-alt.dts | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7794-alt.dts 
b/arch/arm/boot/dts/r8a7794-alt.dts
index 1ecc5b9135f3..1d3a5ccbda73 100644
--- a/arch/arm/boot/dts/r8a7794-alt.dts
+++ b/arch/arm/boot/dts/r8a7794-alt.dts
@@ -181,6 +181,12 @@
};
};
};
+
+   eeprom@50 {
+   compatible = "renesas,r1ex24002", "atmel,24c02";
+   reg = <0x50>;
+   pagesize = <16>;
+   };
};
 
/*
-- 
2.11.0