From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 04 Jan 2015 20:49:57 +0100 Subject: [U-Boot] [linux-sunxi] [u-boot 1/2] sunxi: axp152: bump dcdc4 In-Reply-To: References: Message-ID: <54A99965.9030401@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 04-01-15 20:15, Michal Suchanek wrote: > Current value is 1.25V. Most boards use 1.3V which is expected more > stable. Can be overriden later by kernel setting anyway. What makes you say that most boards use 1.3 V ? All the fex files in sunxi-boards/sys_config/a10s/ either do not specify DCDC4, or use 1200, which is lower then what we set already. Also please Cc patches for upstream u-boot to the upstream u-boot list. Regards, Hans > > Signed-off-by: Michal Suchanek > --- > board/sunxi/board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/sunxi/board.c b/board/sunxi/board.c > index 4c1c69a..dda2d43 100644 > --- a/board/sunxi/board.c > +++ b/board/sunxi/board.c > @@ -162,7 +162,7 @@ void sunxi_board_init(void) > power_failed = axp152_init(); > power_failed |= axp152_set_dcdc2(1400); > power_failed |= axp152_set_dcdc3(1500); > - power_failed |= axp152_set_dcdc4(1250); > + power_failed |= axp152_set_dcdc4(1300); > power_failed |= axp152_set_ldo2(3000); > #endif > #ifdef CONFIG_AXP209_POWER >