From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 12 Sep 2016 15:21:46 +0100 Subject: [U-Boot] [PATCH v2] sunxi: axp2xx: disable ldoio0/1 at boot In-Reply-To: <20160912132435.9274-1-hdegoede@redhat.com> References: <20160912132435.9274-1-hdegoede@redhat.com> Message-ID: <1473690106.28111.67.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2016-09-12 at 15:24 +0200, Hans de Goede wrote: > When cold-booting the ldoio0/1 regulators are always off / the > gpios are always at tristate. But when re-booting from android these > are sometimes on. Disable them at axp_init time (iow as early as > possible) > to remove this difference between a cold boot and a reboot. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell