From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbdDCLsW (ORCPT ); Mon, 3 Apr 2017 07:48:22 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:59335 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751457AbdDCLsU (ORCPT ); Mon, 3 Apr 2017 07:48:20 -0400 Date: Mon, 3 Apr 2017 13:48:19 +0200 From: Maxime Ripard To: Alexander Syring Cc: Rob Herring , Mark Rutland , Russell King , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH] ARM: sun7i: Cubietruck: enable ACIN und USB power supply subnode Message-ID: <20170403114819.sb7pablxrb3qpsar@lukather> References: <20170403091245.9766-1-alex@asyring.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fq2qgvvvh7dkfwas" Content-Disposition: inline In-Reply-To: <20170403091245.9766-1-alex@asyring.de> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --fq2qgvvvh7dkfwas Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Apr 03, 2017 at 11:12:45AM +0200, Alexander Syring wrote: > The Cubietruck has an AXP209 PMIC and can be power-supplied by ACIN via > the CHG-IN pin or by USB. >=20 > This enables the ACIN and the USB power supply subnode in the DT. >=20 > Signed-off-by: Alexander Syring > --- >=20 > Send again to all relevant people >=20 > --- > arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) >=20 > diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/d= ts/sun7i-a20-cubietruck.dts > index feb995d29799..98431ef15bc9 100644 > --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > @@ -267,6 +267,10 @@ >=20 > #include "axp209.dtsi" >=20 > +&ac_power_supply { > + status =3D "okay"; > +}; > + > ®_dcdc2 { > regulator-always-on; > regulator-min-microvolt =3D <1000000>; > @@ -323,6 +327,10 @@ > status =3D "okay"; > }; >=20 > +&usb_power_supply { > + status =3D "okay"; > +}; > + > &usbphy { > pinctrl-names =3D "default"; > pinctrl-0 =3D <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>; > @@ -333,3 +341,4 @@ > usb2_vbus-supply =3D <®_usb2_vbus>; > status =3D "okay"; > }; > + You had a whitespace error here. I fixed it, and applied. Thanks! Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --fq2qgvvvh7dkfwas Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJY4jaCAAoJEBx+YmzsjxAgVuIQAL2BZtEfPtu2RA9QgBVa45m1 0fHs0pnxPoZ+3+DsB+cXsHY0kwabDlMWenmuuOkAJHCS81DYCHrRhI+n5CiCP0/2 dwc/i4jNLNUT2/fVzXNLpTJnVb5KL/d8WiaDNmpZQTMsu49HHgCx/aUyS0dZgTlW B2vOOHRivmEXzV/g4Nk6tcPypehILzAL1teBYOB/9wZK0ABcksgiTvwxkG0xY6SX C2r0/hBr80fe/6V8YGkH39qR7Bc3qesS1xWT1KMlROhUXqMD0/cWwC1j24fsoBWy zinAE1+bdDkWs5EltsKsUmuUpR2+hkugXOb5VuVMZvpwcVF7/NRmKhmD/FjtfpWp ZEZ/0QQ6rkDBr2EgY5Kln51sw6v0zHfVG4dusFP7LkqXdDZ5ZIRffAviQVCiEUi5 4E+Q8oRnF53uuUkKM8Js/qHFNLsw7vFKsChMq9LUapuBhI0zJFiiAIRbL5s97+7r B1TD5cH2Ib0v2cVfRzuL0lUENdEAQDIma/ykAtPbu4tlU5FfCQ8R86oMz9ZHAJ0f WAyvrxAQ1vscQEi9/n4SKpa1jcIY5GxxumGg87IqDrSWAIIvRUOrtI0lNgdSW0h4 GTBQjU1G5S7YB6u+IFXMwGuu/JMGpRALABbZH2UAzfPOz4g5Bl7CYqp95IhPI4/g nB7eNhlRyUf+BfCij4es =lMC/ -----END PGP SIGNATURE----- --fq2qgvvvh7dkfwas-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH] ARM: sun7i: Cubietruck: enable ACIN und USB power supply subnode Date: Mon, 3 Apr 2017 13:48:19 +0200 Message-ID: <20170403114819.sb7pablxrb3qpsar@lukather> References: <20170403091245.9766-1-alex@asyring.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fq2qgvvvh7dkfwas" Return-path: Content-Disposition: inline In-Reply-To: <20170403091245.9766-1-alex-a4LgQbPKaXiELgA04lAiVw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alexander Syring Cc: Rob Herring , Mark Rutland , Russell King , Chen-Yu Tsai , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org --fq2qgvvvh7dkfwas Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Apr 03, 2017 at 11:12:45AM +0200, Alexander Syring wrote: > The Cubietruck has an AXP209 PMIC and can be power-supplied by ACIN via > the CHG-IN pin or by USB. >=20 > This enables the ACIN and the USB power supply subnode in the DT. >=20 > Signed-off-by: Alexander Syring > --- >=20 > Send again to all relevant people >=20 > --- > arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) >=20 > diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/d= ts/sun7i-a20-cubietruck.dts > index feb995d29799..98431ef15bc9 100644 > --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > @@ -267,6 +267,10 @@ >=20 > #include "axp209.dtsi" >=20 > +&ac_power_supply { > + status =3D "okay"; > +}; > + > ®_dcdc2 { > regulator-always-on; > regulator-min-microvolt =3D <1000000>; > @@ -323,6 +327,10 @@ > status =3D "okay"; > }; >=20 > +&usb_power_supply { > + status =3D "okay"; > +}; > + > &usbphy { > pinctrl-names =3D "default"; > pinctrl-0 =3D <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>; > @@ -333,3 +341,4 @@ > usb2_vbus-supply =3D <®_usb2_vbus>; > status =3D "okay"; > }; > + You had a whitespace error here. I fixed it, and applied. Thanks! Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --fq2qgvvvh7dkfwas Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJY4jaCAAoJEBx+YmzsjxAgVuIQAL2BZtEfPtu2RA9QgBVa45m1 0fHs0pnxPoZ+3+DsB+cXsHY0kwabDlMWenmuuOkAJHCS81DYCHrRhI+n5CiCP0/2 dwc/i4jNLNUT2/fVzXNLpTJnVb5KL/d8WiaDNmpZQTMsu49HHgCx/aUyS0dZgTlW B2vOOHRivmEXzV/g4Nk6tcPypehILzAL1teBYOB/9wZK0ABcksgiTvwxkG0xY6SX C2r0/hBr80fe/6V8YGkH39qR7Bc3qesS1xWT1KMlROhUXqMD0/cWwC1j24fsoBWy zinAE1+bdDkWs5EltsKsUmuUpR2+hkugXOb5VuVMZvpwcVF7/NRmKhmD/FjtfpWp ZEZ/0QQ6rkDBr2EgY5Kln51sw6v0zHfVG4dusFP7LkqXdDZ5ZIRffAviQVCiEUi5 4E+Q8oRnF53uuUkKM8Js/qHFNLsw7vFKsChMq9LUapuBhI0zJFiiAIRbL5s97+7r B1TD5cH2Ib0v2cVfRzuL0lUENdEAQDIma/ykAtPbu4tlU5FfCQ8R86oMz9ZHAJ0f WAyvrxAQ1vscQEi9/n4SKpa1jcIY5GxxumGg87IqDrSWAIIvRUOrtI0lNgdSW0h4 GTBQjU1G5S7YB6u+IFXMwGuu/JMGpRALABbZH2UAzfPOz4g5Bl7CYqp95IhPI4/g nB7eNhlRyUf+BfCij4es =lMC/ -----END PGP SIGNATURE----- --fq2qgvvvh7dkfwas-- -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.ripard@free-electrons.com (Maxime Ripard) Date: Mon, 3 Apr 2017 13:48:19 +0200 Subject: [PATCH] ARM: sun7i: Cubietruck: enable ACIN und USB power supply subnode In-Reply-To: <20170403091245.9766-1-alex@asyring.de> References: <20170403091245.9766-1-alex@asyring.de> Message-ID: <20170403114819.sb7pablxrb3qpsar@lukather> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Mon, Apr 03, 2017 at 11:12:45AM +0200, Alexander Syring wrote: > The Cubietruck has an AXP209 PMIC and can be power-supplied by ACIN via > the CHG-IN pin or by USB. > > This enables the ACIN and the USB power supply subnode in the DT. > > Signed-off-by: Alexander Syring > --- > > Send again to all relevant people > > --- > arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > index feb995d29799..98431ef15bc9 100644 > --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > @@ -267,6 +267,10 @@ > > #include "axp209.dtsi" > > +&ac_power_supply { > + status = "okay"; > +}; > + > ®_dcdc2 { > regulator-always-on; > regulator-min-microvolt = <1000000>; > @@ -323,6 +327,10 @@ > status = "okay"; > }; > > +&usb_power_supply { > + status = "okay"; > +}; > + > &usbphy { > pinctrl-names = "default"; > pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>; > @@ -333,3 +341,4 @@ > usb2_vbus-supply = <®_usb2_vbus>; > status = "okay"; > }; > + You had a whitespace error here. I fixed it, and applied. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: