From patchwork Tue Oct 23 18:53:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Oskari_Lemmel=C3=A4?= X-Patchwork-Id: 10653527 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D3E1D13A9 for ; Tue, 23 Oct 2018 18:55:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C340729F73 for ; Tue, 23 Oct 2018 18:55:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B7D472A32A; Tue, 23 Oct 2018 18:55:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5BF6229F73 for ; Tue, 23 Oct 2018 18:55:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728871AbeJXDSr (ORCPT ); Tue, 23 Oct 2018 23:18:47 -0400 Received: from mail1.kuutio.org ([92.222.216.83]:45816 "EHLO mail1.kuutio.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728451AbeJXDSq (ORCPT ); Tue, 23 Oct 2018 23:18:46 -0400 Received: from localhost (localhost [127.0.0.1]) by mail1.kuutio.org (Postfix) with ESMTP id A70221FB8E; Tue, 23 Oct 2018 20:54:05 +0200 (CEST) Authentication-Results: mail1.kuutio.org (amavisd-new); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=lemmela.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lemmela.net; h= references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received:received; s=dkim; t=1540320844; x= 1542912845; bh=k3hRch9kwYKaig1/554liSX6evfpQRGPH5Lx06DPVFc=; b=S 4ZFqzUXVboMJEr1rfqPU3TbqncDyUcXGKB3T6EwLST9b/GjRy4eZCC7Xh3tloDDX SDNbwS7uldXqE54Vj2mGMoHF1B5WO6kiUMUx5Ij1NAKx86JZf/wqyuCkOLlsa/ZV GS0eAz8eFYyGhIKXLkJBk8bmkNNgrOvrMhOVbfX+BfT7QfNOjKIwZSRTGpsvpJF6 LucyuDGXZieTKop0Q7j6i3rXSfx+i77isIoX7VtzTLrG2dverzeQ1fC3Lo6bGmy0 p+Nv009hLRojMuGenZpB1FsXn0eeFe5M5thjeiDNxz0SxeeqI9lmGegQOaDYknNU /xKSdWzczsj4dhkzRXk6DQ44yMVqF2i2UD3D7eELX5e0BdWTXD985BC6D9fOhG3B wk8GmFZxwfFFxcg0EUCaDrISn0qwqHk+w2wGuiER6gk/5yFG/1n0ImHD6KaTkF65 12D/ozsfXuaJnIgLbncwyQ0urOKp65nzio9rPULwgSH1HlohJsf3bLZtC+C0O4F7 2Lm8NaSx+pYGBWAg579lXuiU7FzBjcHXxaC2DIYFNaRDJgizVES/am5RWATf7COG 0eFO1vj3jjB/SJGR5LXm+W+B24xVjzJUKxkZpI94F/GHDCl6cRejuH9TPkb9Edcw mEQbCTUIPm7w7j3J1MDngC+Y2+lE7UyN8k+gAhfHbM= X-Virus-Scanned: amavisd-new at kuutio.org Received: from mail1.kuutio.org ([127.0.0.1]) by localhost (mail1.kuutio.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qAkoHgeLnzrL; Tue, 23 Oct 2018 20:54:04 +0200 (CEST) Received: from build.kuutio.org (unknown [IPv6:2001:998:13:e4::69]) by mail1.kuutio.org (Postfix) with ESMTPSA id 2FCB41F984; Tue, 23 Oct 2018 20:54:04 +0200 (CEST) From: Oskari Lemmela To: Linus Walleij , Sebastian Reichel , Rob Herring , Mark Rutland , Chen-Yu Tsai , Maxime Ripard , Jonathan Cameron Cc: Lee Jones , Hartmut Knaack , Lars-Peter Clausen , Vasily Khoruzhick , Quentin Schulz , Oskari Lemmela , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-iio@vger.kernel.org Subject: [PATCH v5 02/11] dt-bindings: power: supply: axp20x: add AXP803 power bindings Date: Tue, 23 Oct 2018 21:53:21 +0300 Message-Id: <20181023185330.10472-3-oskari@lemmela.net> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181023185330.10472-1-oskari@lemmela.net> References: <20181023185330.10472-1-oskari@lemmela.net> Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The AXP803 power supplies are compatible with AXP813, but add specific compatibles for them. Signed-off-by: Oskari Lemmela Reviewed-by: Rob Herring --- .../devicetree/bindings/power/supply/axp20x_ac_power.txt | 1 + .../devicetree/bindings/power/supply/axp20x_battery.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/power/supply/axp20x_ac_power.txt b/Documentation/devicetree/bindings/power/supply/axp20x_ac_power.txt index 7a1fb532abe5..acdeb4b8f4cc 100644 --- a/Documentation/devicetree/bindings/power/supply/axp20x_ac_power.txt +++ b/Documentation/devicetree/bindings/power/supply/axp20x_ac_power.txt @@ -4,6 +4,7 @@ Required Properties: - compatible: One of: "x-powers,axp202-ac-power-supply" "x-powers,axp221-ac-power-supply" + "x-powers,axp803-ac-power-supply" "x-powers,axp813-ac-power-supply" This node is a subnode of the axp20x PMIC. diff --git a/Documentation/devicetree/bindings/power/supply/axp20x_battery.txt b/Documentation/devicetree/bindings/power/supply/axp20x_battery.txt index 41916f69902c..780ebd7e3b84 100644 --- a/Documentation/devicetree/bindings/power/supply/axp20x_battery.txt +++ b/Documentation/devicetree/bindings/power/supply/axp20x_battery.txt @@ -4,6 +4,7 @@ Required Properties: - compatible, one of: "x-powers,axp209-battery-power-supply" "x-powers,axp221-battery-power-supply" + "x-powers,axp803-battery-power-supply" "x-powers,axp813-battery-power-supply" This node is a subnode of its respective PMIC DT node.