From mboxrd@z Thu Jan 1 00:00:00 1970 From: embed3d@gmail.com (Philipp Rossak) Date: Sun, 11 Feb 2018 23:15:02 +0100 Subject: [PATCH 1/3] arm: dts: sun6i: a31s: bpi-m2: update mmc supply nodes In-Reply-To: <20180209175236.21215-2-embed3d@gmail.com> References: <20180209175236.21215-1-embed3d@gmail.com> <20180209175236.21215-2-embed3d@gmail.com> Message-ID: <1518387302.1342.3.camel@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Freitag, den 09.02.2018, 18:52 +0100 schrieb Philipp Rossak: > This patch updates the vmmc-supply properties on the mmc0 and mmc2 > node to use the allready existent regulators. > We can now remove the sunxi-common-regulators.dtsi include since we > don't need it anymore. > > Signed-off-by: Philipp Rossak > --- > ?arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 5 ++--- > ?1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > index 51e6f1d21c32..a8d86211c8f3 100644 > --- a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > +++ b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > @@ -42,7 +42,6 @@ > ? > ?/dts-v1/; > ?#include "sun6i-a31s.dtsi" > -#include "sunxi-common-regulators.dtsi" > ?#include > ? > ?/ { > @@ -118,7 +117,7 @@ > ?&mmc0 { > ? pinctrl-names = "default"; > ? pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bpi_m2>; > - vmmc-supply = <®_vcc3v0>; > + vmmc-supply = <®_dcdc1>; > ? bus-width = <4>; > ? cd-gpios = <&pio 0 4 GPIO_ACTIVE_HIGH>; /* PA4 */ > ? cd-inverted; > @@ -132,7 +131,7 @@ > ?&mmc2 { > ? pinctrl-names = "default"; > ? pinctrl-0 = <&mmc2_pins_a>; > - vmmc-supply = <®_vcc3v0>; > + vmmc-supply = <®_dcdc1>; ^^ this here is wrong! this should be ®_aldo1 > ? mmc-pwrseq = <&mmc2_pwrseq>; > ? bus-width = <4>; > ? non-removable; Philipp From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Rossak Subject: Re: [PATCH 1/3] arm: dts: sun6i: a31s: bpi-m2: update mmc supply nodes Date: Sun, 11 Feb 2018 23:15:02 +0100 Message-ID: <1518387302.1342.3.camel@gmail.com> References: <20180209175236.21215-1-embed3d@gmail.com> <20180209175236.21215-2-embed3d@gmail.com> Reply-To: embed3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20180209175236.21215-2-embed3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, wens-jdAy2FN1RRM@public.gmane.org Cc: 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 Am Freitag, den 09.02.2018, 18:52 +0100 schrieb Philipp Rossak: > This patch updates the vmmc-supply properties on the mmc0 and mmc2 > node to use the allready existent regulators. > We can now remove the sunxi-common-regulators.dtsi include since we > don't need it anymore. >=20 > Signed-off-by: Philipp Rossak > --- > =C2=A0arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 5 ++--- > =C2=A01 file changed, 2 insertions(+), 3 deletions(-) >=20 > diff --git a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > index 51e6f1d21c32..a8d86211c8f3 100644 > --- a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > +++ b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > @@ -42,7 +42,6 @@ > =C2=A0 > =C2=A0/dts-v1/; > =C2=A0#include "sun6i-a31s.dtsi" > -#include "sunxi-common-regulators.dtsi" > =C2=A0#include > =C2=A0 > =C2=A0/ { > @@ -118,7 +117,7 @@ > =C2=A0&mmc0 { > =C2=A0 pinctrl-names =3D "default"; > =C2=A0 pinctrl-0 =3D <&mmc0_pins_a>, <&mmc0_cd_pin_bpi_m2>; > - vmmc-supply =3D <®_vcc3v0>; > + vmmc-supply =3D <®_dcdc1>; > =C2=A0 bus-width =3D <4>; > =C2=A0 cd-gpios =3D <&pio 0 4 GPIO_ACTIVE_HIGH>; /* PA4 */ > =C2=A0 cd-inverted; > @@ -132,7 +131,7 @@ > =C2=A0&mmc2 { > =C2=A0 pinctrl-names =3D "default"; > =C2=A0 pinctrl-0 =3D <&mmc2_pins_a>; > - vmmc-supply =3D <®_vcc3v0>; > + vmmc-supply =3D <®_dcdc1>; ^^ this here is wrong! this should be ®_aldo1 > =C2=A0 mmc-pwrseq =3D <&mmc2_pwrseq>; > =C2=A0 bus-width =3D <4>; > =C2=A0 non-removable; Philipp --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932209AbeBKWPH (ORCPT ); Sun, 11 Feb 2018 17:15:07 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:55916 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932127AbeBKWPF (ORCPT ); Sun, 11 Feb 2018 17:15:05 -0500 X-Google-Smtp-Source: AH8x227M1JGi3OH75sHkxDlMuSPpuPaedRuV2SpvhwOoMLpJDmbKVwoPOPgbNVjGTsXZwLZSLiB7oQ== Message-ID: <1518387302.1342.3.camel@gmail.com> Subject: Re: [PATCH 1/3] arm: dts: sun6i: a31s: bpi-m2: update mmc supply nodes From: Philipp Rossak To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Date: Sun, 11 Feb 2018 23:15:02 +0100 In-Reply-To: <20180209175236.21215-2-embed3d@gmail.com> References: <20180209175236.21215-1-embed3d@gmail.com> <20180209175236.21215-2-embed3d@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, den 09.02.2018, 18:52 +0100 schrieb Philipp Rossak: > This patch updates the vmmc-supply properties on the mmc0 and mmc2 > node to use the allready existent regulators. > We can now remove the sunxi-common-regulators.dtsi include since we > don't need it anymore. > > Signed-off-by: Philipp Rossak > --- >  arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 5 ++--- >  1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > index 51e6f1d21c32..a8d86211c8f3 100644 > --- a/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > +++ b/arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts > @@ -42,7 +42,6 @@ >   >  /dts-v1/; >  #include "sun6i-a31s.dtsi" > -#include "sunxi-common-regulators.dtsi" >  #include >   >  / { > @@ -118,7 +117,7 @@ >  &mmc0 { >   pinctrl-names = "default"; >   pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bpi_m2>; > - vmmc-supply = <®_vcc3v0>; > + vmmc-supply = <®_dcdc1>; >   bus-width = <4>; >   cd-gpios = <&pio 0 4 GPIO_ACTIVE_HIGH>; /* PA4 */ >   cd-inverted; > @@ -132,7 +131,7 @@ >  &mmc2 { >   pinctrl-names = "default"; >   pinctrl-0 = <&mmc2_pins_a>; > - vmmc-supply = <®_vcc3v0>; > + vmmc-supply = <®_dcdc1>; ^^ this here is wrong! this should be ®_aldo1 >   mmc-pwrseq = <&mmc2_pwrseq>; >   bus-width = <4>; >   non-removable; Philipp