Message ID | 1409674469-12123-3-git-send-email-dianders@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Sep 02, 2014 at 09:14:29AM -0700, Doug Anderson wrote: > The original bindings for rk808 didn't include input supplies. Add > them. Acked-by: Mark Brown <broonie@linaro.org> You probably want to send this to Lee...
Mark, On Tue, Sep 2, 2014 at 9:31 AM, Mark Brown <broonie@kernel.org> wrote: > On Tue, Sep 02, 2014 at 09:14:29AM -0700, Doug Anderson wrote: >> The original bindings for rk808 didn't include input supplies. Add >> them. > > Acked-by: Mark Brown <broonie@linaro.org> > > You probably want to send this to Lee... Good point. I think it might actually be better for Chris to just squash my bindings patch into his bindings patch since he still has to send out another version. If you haven't applied the regulator patch by the time he sends his next version he can include my patch in his series (with your Ack). Chris did get an Ack for the MFD patch from Lee but I requested some changes to the regulator patch. When things look good Chris will add you back to the CC list for the regulator part of his series. Thanks! -Doug
diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Documentation/devicetree/bindings/mfd/rk808.txt index f8932ac..283a906 100644 --- a/Documentation/devicetree/bindings/mfd/rk808.txt +++ b/Documentation/devicetree/bindings/mfd/rk808.txt @@ -13,6 +13,17 @@ Optional properties: default output clock name - rockchip,system-power-controller: Telling whether or not this pmic is controlling the system power. +- vcc1-supply: The input supply for DCDC_REG1 +- vcc2-supply: The input supply for DCDC_REG2 +- vcc3-supply: The input supply for DCDC_REG3 +- vcc4-supply: The input supply for DCDC_REG4 +- vcc6-supply: The input supply for LDO_REG1 and LDO_REG2 +- vcc7-supply: The input supply for LDO_REG3 and LDO_REG7 +- vcc8-supply: The input supply for SWITCH_REG1 +- vcc9-supply: The input supply for LDO_REG4 and LDO_REG5 +- vcc10-supply: The input supply for LDO_REG6 +- vcc11-supply: The input supply for LDO_REG8 +- vcc12-supply: The input supply for SWITCH_REG2 Regulators: All the regulators of RK808 to be instantiated shall be listed in a child node named 'regulators'. Each regulator is represented
The original bindings for rk808 didn't include input supplies. Add them. Signed-off-by: Doug Anderson <dianders@chromium.org> --- Documentation/devicetree/bindings/mfd/rk808.txt | 11 +++++++++++ 1 file changed, 11 insertions(+)