From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 16 Mar 2016 15:25:00 +0100 Subject: [U-Boot] [PATCH] sunxi: fix DCDC2 output in CHIP_defconfig In-Reply-To: <1457354651-10083-1-git-send-email-maxime.ripard@free-electrons.com> References: <1457354651-10083-1-git-send-email-maxime.ripard@free-electrons.com> Message-ID: <56E96CBC.2050008@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 07-03-16 13:44, Maxime Ripard wrote: > From: Boris Brezillon > > Unlike the datasheet recommendation, the R8 SoC requires a 1.4V supply > for its CPU when operating at 1Ghz. > > Rely on the default value specified in the Kconfig entry. > > Signed-off-by: Boris Brezillon > Signed-off-by: Maxime Ripard Thanks, merged. Regards, Hans > --- > configs/CHIP_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig > index 78b2c511bfa2..3135d1c88e79 100644 > --- a/configs/CHIP_defconfig > +++ b/configs/CHIP_defconfig > @@ -9,7 +9,6 @@ CONFIG_SPL=y > CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2" > # CONFIG_CMD_IMLS is not set > CONFIG_CMD_GPIO=y > -CONFIG_AXP_DCDC2_VOLT=1300 > CONFIG_AXP_ALDO3_VOLT=3300 > CONFIG_AXP_ALDO4_VOLT=3300 > CONFIG_USB_MUSB_GADGET=y >