Re: [PATCH 2/3] devicetree: bq27425: add documentation for bq27425 fuel gauge
From: Matt Ranostay <hidden>
Date: 2017-01-04 05:23:55
Also in:
linux-pm
On Tue, Jan 3, 2017 at 8:47 AM, Rob Herring [off-list ref] wrote:
On Sun, Dec 25, 2016 at 09:44:41PM -0800, Matt Ranostay wrote:quoted
Signed-off-by: Matt Ranostay <redacted> --- .../devicetree/bindings/power/bq27425.txt | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/bq27425.txtdiff --git a/Documentation/devicetree/bindings/power/bq27425.txt b/Documentation/devicetree/bindings/power/bq27425.txt new file mode 100644 index 000000000000..f09f787a9378 --- /dev/null +++ b/Documentation/devicetree/bindings/power/bq27425.txt@@ -0,0 +1,25 @@ +* TI BQ27425 Fuel Gauge + +http://www.ti.com/lit/ds/symlink/bq27425-g2a.pdf + +Please note that if any of the optional properties are defined +then all settings must be. + +Required properties: +- compatible: Should be "ti,bq27425" +- reg: integer, i2c of the devices/i2c/I2C address/quoted
+ +Optional properties: +- ti,design-capacity: integer of mAh of the battery +- ti,design-energy: integer of the mWh of the battery +- ti,terminate-voltage: integer of mV of the dead voltage of + the batteryThese all need unit suffixes. mAh and mWh may need to be added to property-units.txt.
Ok makes sense.
quoted
+ +bq27425 { + compatible = "ti,bq27425"; + reg = <0x55>; + + ti,design-capacity = <1360>; + ti,design-energy = <4970>; + ti,terminate-voltage = <3200>; +}; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html