Re: [PATCH 3/3] regulator: max8973: add DT parsing of platform specific parameter

2015-04-21 Thread Laxman Dewangan
On Tuesday 21 April 2015 02:49 AM, Mark Brown wrote: * PGP Signed by an unknown key On Mon, Apr 20, 2015 at 06:24:17PM +0530, Laxman Dewangan wrote: +Optional properties: + +-maxim,externally-enable: boolean, externally control the regulator output + enable/disable. I'd have

Re: [PATCH 3/3] regulator: max8973: add DT parsing of platform specific parameter

2015-04-20 Thread Mark Brown
On Mon, Apr 20, 2015 at 06:24:17PM +0530, Laxman Dewangan wrote: +Optional properties: + +-maxim,externally-enable: boolean, externally control the regulator output + enable/disable. I'd have expected this to be enabled if a GPIO is provided to do the control rather than having a

[PATCH 3/3] regulator: max8973: add DT parsing of platform specific parameter

2015-04-20 Thread Laxman Dewangan
There are some platform specific parameter required to configure the device like enable external control, DVS gpio etc. Add DT parsing of such properties to make platform specific data. Update DT binding doc accordingly. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com ---