RE: [PATCH v2 2/3] soc: renesas: identify RZ/A2

2018-07-26 Thread Chris Brandt
Hi Geert, Thanks for your review! On Thursday, July 26, 2018, Geert Uytterhoeven wrote: > > struct renesas_family { > > const char name[16]; > > - u32 reg;/* CCCR or PRR, if not in DT */ > > + u32 reg;/* CCCR, PRR or BSID, if

Re: [PATCH v2 2/3] soc: renesas: identify RZ/A2

2018-07-26 Thread Geert Uytterhoeven
Hi Chris, On Wed, Jul 25, 2018 at 11:22 PM Chris Brandt wrote: > Add support for identifying the RZ/A2M (R7S9210) SoC. > Also add support for reading the BSID register which is a different format > than the PRR. > > Signed-off-by: Chris Brandt Thanks for your patch! > ---

[PATCH v2 2/3] soc: renesas: identify RZ/A2

2018-07-25 Thread Chris Brandt
Add support for identifying the RZ/A2M (R7S9210) SoC. Also add support for reading the BSID register which is a different format than the PRR. Signed-off-by: Chris Brandt --- drivers/soc/renesas/renesas-soc.c | 60 +++ 1 file changed, 48 insertions(+), 12