2017-03-20 09:54:12

by Liam Breck

[permalink] [raw]
Subject: [PATCH v11 02/10] devicetree: property-units: Add uWh and uAh units

From: Matt Ranostay <[email protected]>

Add entries for microwatt-hours and microamp-hours.

Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Matt Ranostay <[email protected]>
Signed-off-by: Liam Breck <[email protected]>
Acked-by: Sebastian Reichel <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
Documentation/devicetree/bindings/property-units.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
index 12278d7..0849618 100644
--- a/Documentation/devicetree/bindings/property-units.txt
+++ b/Documentation/devicetree/bindings/property-units.txt
@@ -25,8 +25,10 @@ Distance
Electricity
----------------------------------------
-microamp : micro amps
+-microamp-hours : micro amp-hours
-ohms : Ohms
-micro-ohms : micro Ohms
+-microwatt-hours: micro Watt-hours
-microvolt : micro volts

Temperature
--
2.9.3