From: Lothar Waßmann Date: Mon, 2 Dec 2013 13:33:29 +0000 (+0100) Subject: karo: tx53: don't enable burst mode for buck-boost X-Git-Tag: KARO-TX-2013-12-13~25 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=12b32601a1be37e1a39524151d2fd290102336f7;p=karo-tx-uboot.git karo: tx53: don't enable burst mode for buck-boost --- diff --git a/board/karo/tx53/tx53.c b/board/karo/tx53/tx53.c index 8e4b197bfd..124c6f2bbe 100644 --- a/board/karo/tx53/tx53.c +++ b/board/karo/tx53/tx53.c @@ -249,7 +249,7 @@ static struct pmic_regs { enum LTC3589_REGS addr; u8 val; } ltc3589_regs[] = { - { LTC3589_SCR1, 0x55, }, /* burst mode for all regulators */ + { LTC3589_SCR1, 0x15, }, /* burst mode for all regulators */ { LTC3589_L2DTV1, mV_to_regval(VDD_LDO2_10mV) | LTC3589_PGOOD_MASK, }, { LTC3589_L2DTV2, mV_to_regval(VDD_LDO2_10mV) | LTC3589_CLK_RATE_LOW, },