Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp583373ybz; Wed, 15 Apr 2020 14:32:01 -0700 (PDT) X-Google-Smtp-Source: APiQypIM4ePAL64eRhxbYi+NtqptfLq3i1hqT6nXBS3DAdpaucJiKGgH7AwN0WfdcJZwVc7+vtHD X-Received: by 2002:aa7:d518:: with SMTP id y24mr3579361edq.222.1586986321379; Wed, 15 Apr 2020 14:32:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586986321; cv=none; d=google.com; s=arc-20160816; b=O5U3M4Rp9G9X2zwb6Wsqq/AIZcX/Cqt3juUMi/sSDT7lmSOaFfqLGE7BdOGpXgfwzI ohrSpvVVBbU4o4fnVU3ZfvKmCYUVNe7Jh1moYKBq805O7K000ukmNaxWJKEHfKPZZOz/ 9H3BW4Vx0tIHsjVk2yYy4Nh0lxkG8f7Q8norR1k+UE8VoVvoUcm6X2Yk53DO1WMPBvKq yXfUoA/lyGqDIrhoZ0xcnvvlTp0l2IWY341lEQUngJSmngQqH7JvsvDvW7zu3xuLWgpu DP2FxLOTeayuyzJUsp6vEvlLpkcEiMg+5ClelxMQazBmG/rdkQ7PXuDfSOOyH/qL6/EH hlyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=tOc4iuAiAkg858sF95QjCmMcwzPZSfbOnCWW7d+IrKw=; b=pGsAxnvHTMb7U7KbFnct2TDIon34h4flUfN3tNERZ1vu08jfzgbTK2Is3pHK6TbHUX /R4tweLB4XUD3W/T5XM+rBenKUg+9/7H3sn/7s/+gsA2gTWoEmO1x/9sW5Tk6yDiz9OI yrxkrq6WXwgqlSWqUInXLGs5CepvZuADDzSRllPrqKFq95r98Is4Sy6XnSo8pcY9pBEG uBMusAOZ+dnBTtlEzY9qaCk3py5qXYeSoqH1AVLu7xDuXVciYjxr8ZxVNZ5E8V9Yf6ll yG5cr6k1rzrRLqmfdzl0JRoB1ZalMRLPKrqG/0pMJJUATT+sYwWM+5Ceai4vMsEp3L+G GRfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a24si4553844eds.168.2020.04.15.14.31.37; Wed, 15 Apr 2020 14:32:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502313AbgDNMxw (ORCPT + 99 others); Tue, 14 Apr 2020 08:53:52 -0400 Received: from mail.manjaro.org ([176.9.38.148]:51662 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2502298AbgDNMxq (ORCPT ); Tue, 14 Apr 2020 08:53:46 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id C64BF3742946; Tue, 14 Apr 2020 14:53:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zKa6kRk69xoc; Tue, 14 Apr 2020 14:53:38 +0200 (CEST) From: Tobias Schramm To: Sebastian Reichel Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tobias Schramm Subject: [RESEND v6 2/3] dt-bindings: power: supply: add cw2015_battery bindings Date: Tue, 14 Apr 2020 14:52:07 +0200 Message-Id: <20200414125208.1091989-3-t.schramm@manjaro.org> In-Reply-To: <20200414125208.1091989-1-t.schramm@manjaro.org> References: <20200414125208.1091989-1-t.schramm@manjaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds the dts binding schema for the cw2015 fuel gauge. Signed-off-by: Tobias Schramm --- .../bindings/power/supply/cw2015_battery.yaml | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml diff --git a/Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml b/Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml new file mode 100644 index 000000000000..4a265d4234b9 --- /dev/null +++ b/Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml @@ -0,0 +1,82 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/power/supply/cw2015_battery.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Battery driver for CW2015 shuntless fuel gauge by CellWise. + +maintainers: + - Tobias Schramm + +description: | + The driver can utilize information from a simple-battery linked via a + phandle in monitored-battery. If specified the driver uses the + charge-full-design-microamp-hours property of the battery. + +properties: + compatible: + const: cellwise,cw2015 + + reg: + maxItems: 1 + + cellwise,battery-profile: + description: | + This property specifies characteristics of the battery used. The format + of this binary blob is kept secret by CellWise. The only way to obtain + it is to mail two batteries to a test facility of CellWise and receive + back a test report with the binary blob. + allOf: + - $ref: /schemas/types.yaml#definitions/uint8-array + items: + - minItems: 64 + maxItems: 64 + + cellwise,monitor-interval-ms: + description: + Specifies the interval in milliseconds gauge values are polled at + minimum: 250 + + power-supplies: + description: + Specifies supplies used for charging the battery connected to this gauge + allOf: + - $ref: /schemas/types.yaml#/definitions/phandle-array + - minItems: 1 + maxItems: 8 # Should be enough + + monitored-battery: + description: + Specifies the phandle of a simple-battery connected to this gauge + $ref: /schemas/types.yaml#/definitions/phandle + +required: + - compatible + - reg + +examples: + - | + i2c { + #address-cells = <1>; + #size-cells = <0>; + + cw2015@62 { + compatible = "cellwise,cw201x"; + reg = <0x62>; + cellwise,battery-profile = /bits/ 8 < + 0x17 0x67 0x80 0x73 0x6E 0x6C 0x6B 0x63 + 0x77 0x51 0x5C 0x58 0x50 0x4C 0x48 0x36 + 0x15 0x0C 0x0C 0x19 0x5B 0x7D 0x6F 0x69 + 0x69 0x5B 0x0C 0x29 0x20 0x40 0x52 0x59 + 0x57 0x56 0x54 0x4F 0x3B 0x1F 0x7F 0x17 + 0x06 0x1A 0x30 0x5A 0x85 0x93 0x96 0x2D + 0x48 0x77 0x9C 0xB3 0x80 0x52 0x94 0xCB + 0x2F 0x00 0x64 0xA5 0xB5 0x11 0xF0 0x11 + >; + cellwise,monitor-interval-ms = <5000>; + monitored-battery = <&bat>; + power-supplies = <&mains_charger>, <&usb_charger>; + }; + }; + -- 2.26.0