From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756160AbcEaTBR (ORCPT ); Tue, 31 May 2016 15:01:17 -0400 Received: from down.free-electrons.com ([37.187.137.238]:40714 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750997AbcEaTBQ (ORCPT ); Tue, 31 May 2016 15:01:16 -0400 Date: Tue, 31 May 2016 21:01:13 +0200 From: Maxime Ripard To: Chen-Yu Tsai Cc: Mark Brown , Liam Girdwood , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lee Jones Subject: Re: [PATCH resend v2 5/6] ARM: dts: sun9i: a80-optimus: Disable dummy regulators vcc3v0, vcc3v3, vcc5v0 Message-ID: <20160531190113.GO4908@lukather> References: <1464711804-19256-1-git-send-email-wens@csie.org> <1464711804-19256-6-git-send-email-wens@csie.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="D8QxnvyRlKGQJxl7" Content-Disposition: inline In-Reply-To: <1464711804-19256-6-git-send-email-wens@csie.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --D8QxnvyRlKGQJxl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Jun 01, 2016 at 12:23:23AM +0800, Chen-Yu Tsai wrote: > These 3 regulators are provided in sunxi-common-regulators.dtsi. > 3.0V/3.3V and 5.0V are commonly used voltages in Allwinner devices. > These dummy regulators provide a stand-in when bindings that require > one, but the real regulator is not supported yet. >=20 > Since these are no longer needed, we can disable them. >=20 > Signed-off-by: Chen-Yu Tsai > --- > arch/arm/boot/dts/sun9i-a80-optimus.dts | 12 ++++++++++++ > 1 file changed, 12 insertions(+) >=20 > diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/= sun9i-a80-optimus.dts > index 6cfc02194035..991337d1d6f1 100644 > --- a/arch/arm/boot/dts/sun9i-a80-optimus.dts > +++ b/arch/arm/boot/dts/sun9i-a80-optimus.dts > @@ -322,6 +322,18 @@ > =20 > #include "axp809.dtsi" > =20 > +®_vcc3v0 { > + status =3D "disabled"; > +}; > + > +®_vcc3v3 { > + status =3D "disabled"; > +}; > + > +®_vcc5v0 { > + status =3D "disabled"; > +}; > + Why not remove the include entirely? Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --D8QxnvyRlKGQJxl7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXTd95AAoJEBx+YmzsjxAgL7wP/2z2djSaimkO3d9Q7mNGUkjV fUdGI4IbfGipI+kmJ26IZ3VkqhA8zxa/Vb7vGHOgLu0+xFSA/ItDfou+Gx6HztgX wSCAx6JGYEBvb4fUchWfR53aLBCGMJTZowm5GsLiOY/tRStGqlcXPGJ5+amZsbuD JpZP1BkIl7QuGk0DsrULKGM7kAsHfyh8TR4JgqLWk4+LG4bCy/I1dkOM9HWhYI5h l+2qVYVLc7qr42tkyzShWfNo+pg+15FOWl+yU1gAHFZymYoJ8ATx2L/GdDpv4MDJ /ReI7VbTOwo3urZGaIhUrLou2DEdi7x2ri3bps3NlVUcuQliZis44obYlCh2KTE1 bxsFresgKqp46ObIHXpdH3esvJ/w0gxw4Bjq8oslFk6tyNt0MRgf7aBdi7yZ61bs qAkbDkcq1ed8mLTrSHURWrIiiBmx+e4SA3kw0uKnrfqlt2CGMySryywh3JcXJl4k HGuFwyLUag2FzQxfuRXq8IayphIJpFo6BQF14z7V1p55ALaON8EHd9BftR1WEJww FSzZAPpcyTaWJOMs9+ql7kkT69yg9HuItSyM7k2wz/p18MiYV7TQh13wn9ySoSF0 r8WPRrilqWXpz1oI7+X09GK/pF+g8yApVv95oJ+V6RMzFIyPZRGNs/rDiPrUU3u+ HjeUPAtAvbSTp/AmmEuR =Ojrf -----END PGP SIGNATURE----- --D8QxnvyRlKGQJxl7--