Re: [PATCH 1/2] regulator: ti-abb: skip optional parameter for ldo-address

2013-09-27 Thread Mark Brown
On Fri, Sep 27, 2013 at 08:25:13AM -0500, Nishanth Menon wrote: > On platforms like OMAP4460, LDO override is never used. Even though > efuse determines the ABB bias mode to operate at, ABB voltage is > preconfigured in internal efuse registers without the need for > LDO override for bias voltage.

[PATCH 1/2] regulator: ti-abb: skip optional parameter for ldo-address

2013-09-27 Thread Nishanth Menon
On platforms like OMAP4460, LDO override is never used. Even though efuse determines the ABB bias mode to operate at, ABB voltage is preconfigured in internal efuse registers without the need for LDO override for bias voltage. So skip optional parameter if property is not present. Signed-off-by:

[PATCH 1/2] regulator: ti-abb: skip optional parameter for ldo-address

2013-09-27 Thread Nishanth Menon
On platforms like OMAP4460, LDO override is never used. Even though efuse determines the ABB bias mode to operate at, ABB voltage is preconfigured in internal efuse registers without the need for LDO override for bias voltage. So skip optional parameter if property is not present. Signed-off-by:

Re: [PATCH 1/2] regulator: ti-abb: skip optional parameter for ldo-address

2013-09-27 Thread Mark Brown
On Fri, Sep 27, 2013 at 08:25:13AM -0500, Nishanth Menon wrote: On platforms like OMAP4460, LDO override is never used. Even though efuse determines the ABB bias mode to operate at, ABB voltage is preconfigured in internal efuse registers without the need for LDO override for bias voltage. So