Re: [PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-12 Thread Matt Porter
On Wed, Mar 12, 2014 at 01:33:39PM +, Mark Rutland wrote: > On Tue, Mar 11, 2014 at 11:33:53PM +, Matt Porter wrote: > > Add a DT binding for the BCM590xx PMUs. The binding inherits from > > the generic regulator bindings. > > > > Signed-off-by: Matt Porter > > Reviewed-by: Tim Kryger >

Re: [PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-12 Thread Mark Brown
On Wed, Mar 12, 2014 at 01:33:39PM +, Mark Rutland wrote: > On Tue, Mar 11, 2014 at 11:33:53PM +, Matt Porter wrote: > > + rfldo_reg: rfldo { > > + regulator-min-microvolt = <120>; > > + regulator-max-microvolt =

Re: [PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-12 Thread Mark Rutland
On Tue, Mar 11, 2014 at 11:33:53PM +, Matt Porter wrote: > Add a DT binding for the BCM590xx PMUs. The binding inherits from > the generic regulator bindings. > > Signed-off-by: Matt Porter > Reviewed-by: Tim Kryger > Reviewed-by: Markus Mayer > --- >

Re: [PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-12 Thread Mark Rutland
On Tue, Mar 11, 2014 at 11:33:53PM +, Matt Porter wrote: Add a DT binding for the BCM590xx PMUs. The binding inherits from the generic regulator bindings. Signed-off-by: Matt Porter mpor...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Markus Mayer

Re: [PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-12 Thread Mark Brown
On Wed, Mar 12, 2014 at 01:33:39PM +, Mark Rutland wrote: On Tue, Mar 11, 2014 at 11:33:53PM +, Matt Porter wrote: + rfldo_reg: rfldo { + regulator-min-microvolt = 120; + regulator-max-microvolt = 330;

Re: [PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-12 Thread Matt Porter
On Wed, Mar 12, 2014 at 01:33:39PM +, Mark Rutland wrote: On Tue, Mar 11, 2014 at 11:33:53PM +, Matt Porter wrote: Add a DT binding for the BCM590xx PMUs. The binding inherits from the generic regulator bindings. Signed-off-by: Matt Porter mpor...@linaro.org Reviewed-by: Tim

[PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-11 Thread Matt Porter
Add a DT binding for the BCM590xx PMUs. The binding inherits from the generic regulator bindings. Signed-off-by: Matt Porter Reviewed-by: Tim Kryger Reviewed-by: Markus Mayer --- Documentation/devicetree/bindings/mfd/bcm590xx.txt | 41 ++ 1 file changed, 41 insertions(+)

[PATCH v4 1/5] mfd: add bcm590xx pmu DT binding

2014-03-11 Thread Matt Porter
Add a DT binding for the BCM590xx PMUs. The binding inherits from the generic regulator bindings. Signed-off-by: Matt Porter mpor...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org --- Documentation/devicetree/bindings/mfd/bcm590xx.txt |