Re: [PATCH V4 1/5] DT: mfd: add device-tree binding doc fro PMIC max77620/max20024

2016-01-26 Thread Lee Jones
On Tue, 26 Jan 2016, Laxman Dewangan wrote: > > On Tuesday 26 January 2016 08:28 PM, Lee Jones wrote: > >On Mon, 25 Jan 2016, Laxman Dewangan wrote: > > > >>Hmm. I describe the boolean and tristate only. Do I need to define > >>type for integer,string also? > >I wouldn't describe any of them. It

Re: [PATCH V4 1/5] DT: mfd: add device-tree binding doc fro PMIC max77620/max20024

2016-01-26 Thread Laxman Dewangan
On Tuesday 26 January 2016 08:28 PM, Lee Jones wrote: On Mon, 25 Jan 2016, Laxman Dewangan wrote: Hmm. I describe the boolean and tristate only. Do I need to define type for integer,string also? I wouldn't describe any of them. It's normally pretty obvious which properties are boolean by the

Re: [PATCH V4 1/5] DT: mfd: add device-tree binding doc fro PMIC max77620/max20024

2016-01-26 Thread Lee Jones
On Mon, 25 Jan 2016, Laxman Dewangan wrote: > > Thanks Lee for your review. I will take care of most of comment on > my next patch. > > I have reply on some comment and seeking more details for few > comments as follows. > > On Monday 25 January 2016 05:26 PM, Lee Jones wrote: > >On Tue, 19 Jan

Re: [PATCH V4 1/5] DT: mfd: add device-tree binding doc fro PMIC max77620/max20024

2016-01-25 Thread Laxman Dewangan
Thanks Lee for your review. I will take care of most of comment on my next patch. I have reply on some comment and seeking more details for few comments as follows. On Monday 25 January 2016 05:26 PM, Lee Jones wrote: On Tue, 19 Jan 2016, Laxman Dewangan wrote: +- interrupt-controller: M

Re: [PATCH V4 1/5] DT: mfd: add device-tree binding doc fro PMIC max77620/max20024

2016-01-25 Thread Lee Jones
On Tue, 19 Jan 2016, Laxman Dewangan wrote: > The MAXIM PMIC MAX77620 and MAX20024 are power management IC > which supports RTC, GPIO, DCDC/LDO regulators, interrupt, > watchdog etc. > > Add DT binding document for the different functionality of > this device. > > Signed-off-by: Laxman Dewangan