Re: [PATCH v10 2/4] rtc: ds1307: support m41t11 variant

2018-07-20 Thread Giulio Benetti
Il 20/07/2018 15:43, Rob Herring ha scritto: On Wed, Jul 18, 2018 at 04:09:43PM +0200, Giulio Benetti wrote: The m41t11 variant is very similar to the already supported m41t00 and m41t0, but it has also 56 bytes of NVRAM. Add it to driver taking into account NVRAM section. Signed-off-by: Giuli

Re: [PATCH v10 2/4] rtc: ds1307: support m41t11 variant

2018-07-20 Thread Rob Herring
On Wed, Jul 18, 2018 at 04:09:43PM +0200, Giulio Benetti wrote: > The m41t11 variant is very similar to the already supported m41t00 and > m41t0, but it has also 56 bytes of NVRAM. > > Add it to driver taking into account NVRAM section. > > Signed-off-by: Giulio Benetti > --- > .../devicetree/b

[PATCH v10 2/4] rtc: ds1307: support m41t11 variant

2018-07-18 Thread Giulio Benetti
The m41t11 variant is very similar to the already supported m41t00 and m41t0, but it has also 56 bytes of NVRAM. Add it to driver taking into account NVRAM section. Signed-off-by: Giulio Benetti --- .../devicetree/bindings/rtc/rtc-ds1307.txt | 1 + drivers/rtc/rtc-ds1307.c