Message ID | 1573121050-4728-4-git-send-email-chf.fritz@googlemail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | regulator da9062: support setting buck modes | expand |
On Thu, Nov 07, 2019 at 11:04:09AM +0100, Christoph Fritz wrote:
> This patch adds DT description of da906x buck regulator modes.
Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.
On 07 November 2019 10:04, Christoph Fritz wrote: > This patch adds DT description of da906x buck regulator modes. Just the renames from da906x to da9063 required as per 01 patch comments > > Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> > --- > Documentation/devicetree/bindings/mfd/da9062.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt > b/Documentation/devicetree/bindings/mfd/da9062.txt > index edca653..5989411 100644 > --- a/Documentation/devicetree/bindings/mfd/da9062.txt > +++ b/Documentation/devicetree/bindings/mfd/da9062.txt > @@ -66,6 +66,9 @@ Sub-nodes: > details of individual regulator device can be found in: > Documentation/devicetree/bindings/regulator/regulator.txt > > + regulator-initial-mode may be specified for buck regulators using mode values > + from include/dt-bindings/regulator/dlg,da906x-regulator.h. > + > - rtc : This node defines settings required for the Real-Time Clock associated > with the DA9062. There are currently no entries in this binding, however > compatible = "dlg,da9062-rtc" should be added if a node is created. > @@ -96,6 +99,7 @@ Example: > regulator-max-microvolt = <1570000>; > regulator-min-microamp = <500000>; > regulator-max-microamp = <2000000>; > + regulator-initial-mode = > <DA906X_BUCK_MODE_SYNC>; > regulator-boot-on; > }; > DA9062_LDO1: ldo1 { > -- > 2.1.4
On Thu, 7 Nov 2019 11:04:09 +0100, Christoph Fritz wrote: > This patch adds DT description of da906x buck regulator modes. > > Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> > --- > Documentation/devicetree/bindings/mfd/da9062.txt | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt index edca653..5989411 100644 --- a/Documentation/devicetree/bindings/mfd/da9062.txt +++ b/Documentation/devicetree/bindings/mfd/da9062.txt @@ -66,6 +66,9 @@ Sub-nodes: details of individual regulator device can be found in: Documentation/devicetree/bindings/regulator/regulator.txt + regulator-initial-mode may be specified for buck regulators using mode values + from include/dt-bindings/regulator/dlg,da906x-regulator.h. + - rtc : This node defines settings required for the Real-Time Clock associated with the DA9062. There are currently no entries in this binding, however compatible = "dlg,da9062-rtc" should be added if a node is created. @@ -96,6 +99,7 @@ Example: regulator-max-microvolt = <1570000>; regulator-min-microamp = <500000>; regulator-max-microamp = <2000000>; + regulator-initial-mode = <DA906X_BUCK_MODE_SYNC>; regulator-boot-on; }; DA9062_LDO1: ldo1 {
This patch adds DT description of da906x buck regulator modes. Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> --- Documentation/devicetree/bindings/mfd/da9062.txt | 4 ++++ 1 file changed, 4 insertions(+)