Received: by 10.223.185.116 with SMTP id b49csp2592104wrg; Mon, 12 Feb 2018 12:11:37 -0800 (PST) X-Google-Smtp-Source: AH8x227NUGPWglKwwsDXyRvMh2iT2Pp//Mb4xPPcUchOn9R75YOuKOTPU4Dqf/x1Z6NVvQJSBy4a X-Received: by 10.101.77.12 with SMTP id i12mr9947377pgt.75.1518466297649; Mon, 12 Feb 2018 12:11:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518466297; cv=none; d=google.com; s=arc-20160816; b=A/2U5Wks9F4tYVzKjnqF7UM3ZWMDr340pIzaD+xNkm2k0culQSU8nsaWZfrJ7JR7cX ff1HyeadGokKfrQOKK3iMNu9FDkpjokVt2ySBQwFWgWabmc3P4ChEJRtANmdhXJml/Q1 CBYyMJ8nTGQT+719DvnW9b1g4yHHKdx2QJz5eX3HwrHmwTDtW9qTTGkUO7atrNEwlNJX LlmwcxQ4NfaTpz3YCPeFFE5PP5ObAIOL+7CjhWQH/qR/hOBfX5T0moOuXVIOM/kL1Pil GI+lbA8ftUaBkhL9gd643vIO4SmW0hjtYDNjZSlXwqo4btXzmUKSEEb1bZSK5kBmq1nO luXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=gan1el5deuqtbgQNqPfe+T0MLQ9TfdnKhphr50C0/n4=; b=JgxqHcWD70Ut7qGQA2ewe4AqeIogmlQ2j6fMb76xwD0OgnEMPdO675kTJmAEFXs6Sa qQZqgH7GZRAEFo7ab174LgwkbrUAltty40Jw1R1hWi0tWubrmkxyzLyNdmZrb0OVEzIx 7ctxxsyrHW2U0p+IzKi2iFVtPT2mDJFAKbMGBwK0wWBsSDcARBLSn1L7EzGjzMTQxaIN uyYIHMUeevSlvSwpUAl5eUHtWr4Z+bFRM2Xc497ZfVh0lBujS4awEUxamXbALbfcFlWQ EcxpFcZuNqjrwdeD3ecLzXB8JIrq/m0ai+HN84FHFX+bDXL3JOK33R/bZWzj/JyndDl0 Wujw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y20-v6si250408pll.773.2018.02.12.12.11.22; Mon, 12 Feb 2018 12:11:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753908AbeBLUKP (ORCPT + 99 others); Mon, 12 Feb 2018 15:10:15 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:56502 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753836AbeBLUKM (ORCPT ); Mon, 12 Feb 2018 15:10:12 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id A52A180166; Mon, 12 Feb 2018 21:10:10 +0100 (CET) Date: Mon, 12 Feb 2018 21:10:10 +0100 From: Pavel Machek To: Paul Kocialkowski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, Lee Jones , Rob Herring , Mark Rutland , Chen-Yu Tsai , Russell King , Maxime Ripard Subject: Re: [PATCH 1/3] dt-bindings: mfd: axp20x: Document backup battery charging property Message-ID: <20180212201010.GB25608@amd> References: <20171230152330.28946-1-contact@paulk.fr> <20171230152330.28946-2-contact@paulk.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CdrF4e02JqNVZeln" Content-Disposition: inline In-Reply-To: <20171230152330.28946-2-contact@paulk.fr> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > This adds documentation for the "backup" property of the axp20x driver, > that controls the charging mechanism for the backup battery on axp20x. >=20 > Signed-off-by: Paul Kocialkowski >=20 > diff --git a/Documentation/devicetree/bindings/mfd/axp20x.txt b/Documenta= tion/devicetree/bindings/mfd/axp20x.txt > index 9455503b0299..382776b29932 100644 > --- a/Documentation/devicetree/bindings/mfd/axp20x.txt > +++ b/Documentation/devicetree/bindings/mfd/axp20x.txt > @@ -58,6 +58,11 @@ Optional properties: > See Documentation/devicetree/bindings/regulator/regulator.txt > for more information on standard regulator bindings. > =20 > +- backup: An array of two integers for backup battery charging (axp20x-o= nly), > + describing the charging voltage in mV first and the charging current > + in uA second. Backup battery charging is only enabled when these two > + fields are filled. Well... We do want to charge batteries other than your backup battery. Probably this should get separate "backup battery" node with properties explaining how it is charged? Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --CdrF4e02JqNVZeln Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlqB9KIACgkQMOfwapXb+vLuXgCguLT57URur6PyA8WAC2+0/cl2 IG0Anjz1c68nRjbpeNtFUob5O4VALkNX =BL7q -----END PGP SIGNATURE----- --CdrF4e02JqNVZeln--