RE: [PATCH V2 08/10] watchdog: da9062/61: watchdog driver

2016-10-27 Thread Steve Twiss
On 26 October 2016 19:59 Guenter Roeck wrote: > On Wed, Oct 26, 2016 at 05:56:39PM +0100, Steve Twiss wrote: > > From: Steve Twiss > > > > +static const struct of_device_id da9062_compatible_id_table[] = { > > + { .compatible = "dlg,da9062-watchdog", .data = &da9062_watchdog_info }, > > + { }

Re: [PATCH V2 08/10] watchdog: da9062/61: watchdog driver

2016-10-26 Thread Guenter Roeck
On Wed, Oct 26, 2016 at 05:56:39PM +0100, Steve Twiss wrote: > From: Steve Twiss > > The of_device_id match array is added to support "dlg,da9062-watchdog" > as a valid .compatible string. > > The watchdog_info structure is linked to this device tree compatible > string in the .data section. Ext