From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 18 Dec 2014 19:03:09 +0000 Subject: [U-Boot] [PATCH 05/14] sunxi: axp221: Make dcdc1 voltage configurable In-Reply-To: <1418761900-14035-5-git-send-email-hdegoede@redhat.com> References: <1418761900-14035-1-git-send-email-hdegoede@redhat.com> <1418761900-14035-5-git-send-email-hdegoede@redhat.com> Message-ID: <1418929389.26985.98.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 Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: > The dcdc1 voltage is typically used as generic 3.3V IO voltage for things like > GPIO-s, sdcard interfaces, etc. On most boards this is undervolted to 3.0V to > safe battery, but not on all, make it configurable so that we can use the > same settings as the original firmware on all boards. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell