Message ID | fa8d93537bc2303ed4e93a4e850b9b40433dbac6.1444225050.git.Adam.Thomson.Opensource@diasemi.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Wed, 07 Oct 2015, Adam Thomson wrote: > Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> > Acked-by: Sebastian Reichel <sre@kernel.org> > --- > > Changes in v6: > - Rebase to v4.3-rc4 > > Changes in v5: > - Rebase to v4.2 > > Changes in v4: > - Update compatible string of fuel-gauge to "dlg,da9150-fuel-gauge". > - Changed example node name to "fuel-gauge". > > .../devicetree/bindings/power/da9150-fg.txt | 23 ++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > create mode 100644 Documentation/devicetree/bindings/power/da9150-fg.txt Applied, thanks. > diff --git a/Documentation/devicetree/bindings/power/da9150-fg.txt b/Documentation/devicetree/bindings/power/da9150-fg.txt > new file mode 100644 > index 0000000..00236fe > --- /dev/null > +++ b/Documentation/devicetree/bindings/power/da9150-fg.txt > @@ -0,0 +1,23 @@ > +Dialog Semiconductor DA9150 Fuel-Gauge Power Supply bindings > + > +Required properties: > +- compatible: "dlg,da9150-fuel-gauge" for DA9150 Fuel-Gauge Power Supply > + > +Optional properties: > +- dlg,update-interval: Interval time (milliseconds) between battery level checks. > +- dlg,warn-soc-level: Battery discharge level (%) where warning event raised. > + [1 - 100] > +- dlg,crit-soc-level: Battery discharge level (%) where critical event raised. > + This value should be lower than the warning level. > + [1 - 100] > + > + > +Example: > + > + fuel-gauge { > + compatible = "dlg,da9150-fuel-gauge"; > + > + dlg,update-interval = <10000>; > + dlg,warn-soc-level = /bits/ 8 <15>; > + dlg,crit-soc-level = /bits/ 8 <5>; > + };
diff --git a/Documentation/devicetree/bindings/power/da9150-fg.txt b/Documentation/devicetree/bindings/power/da9150-fg.txt new file mode 100644 index 0000000..00236fe --- /dev/null +++ b/Documentation/devicetree/bindings/power/da9150-fg.txt @@ -0,0 +1,23 @@ +Dialog Semiconductor DA9150 Fuel-Gauge Power Supply bindings + +Required properties: +- compatible: "dlg,da9150-fuel-gauge" for DA9150 Fuel-Gauge Power Supply + +Optional properties: +- dlg,update-interval: Interval time (milliseconds) between battery level checks. +- dlg,warn-soc-level: Battery discharge level (%) where warning event raised. + [1 - 100] +- dlg,crit-soc-level: Battery discharge level (%) where critical event raised. + This value should be lower than the warning level. + [1 - 100] + + +Example: + + fuel-gauge { + compatible = "dlg,da9150-fuel-gauge"; + + dlg,update-interval = <10000>; + dlg,warn-soc-level = /bits/ 8 <15>; + dlg,crit-soc-level = /bits/ 8 <5>; + };