From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366AbdBKCoY (ORCPT ); Fri, 10 Feb 2017 21:44:24 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33250 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120AbdBKCoV (ORCPT ); Fri, 10 Feb 2017 21:44:21 -0500 From: Liam Breck To: Sebastian Reichel Cc: "Andrew F . Davis" , linux-pm@vger.kernel.org, Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Matt Ranostay , Liam Breck Subject: [PATCH v6 2/8] devicetree: property-units: Add uWh and uAh units Date: Fri, 10 Feb 2017 18:43:34 -0800 Message-Id: <20170211024340.19491-3-liam@networkimprov.net> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170211024340.19491-1-liam@networkimprov.net> References: <20170211024340.19491-1-liam@networkimprov.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Matt Ranostay Add entries for microwatt-hours and microamp-hours. Cc: Rob Herring Cc: Mark Rutland Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Matt Ranostay Signed-off-by: Liam Breck Acked-by: Sebastian Reichel Acked-by: Rob Herring --- 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