]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx53: set clk_rate_low for LDO2 only
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 2 Dec 2013 13:39:42 +0000 (14:39 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 2 Dec 2013 13:39:42 +0000 (14:39 +0100)
board/karo/tx53/tx53.c

index 124c6f2bbe7d26a9c52b48ab95db4b765a202b61..8dca856ae57026fefa3e9901c95e1d886ae3a230 100644 (file)
@@ -255,13 +255,13 @@ static struct pmic_regs {
        { LTC3589_L2DTV2, mV_to_regval(VDD_LDO2_10mV) | LTC3589_CLK_RATE_LOW, },
 
        { LTC3589_B1DTV1, mV_to_regval(VDD_CORE_10mV) | LTC3589_PGOOD_MASK, },
-       { LTC3589_B1DTV2, mV_to_regval(VDD_CORE_10mV) | LTC3589_CLK_RATE_LOW, },
+       { LTC3589_B1DTV2, mV_to_regval(VDD_CORE_10mV), },
 
        { LTC3589_B2DTV1, mV_to_regval(VDD_SOC_10mV) | LTC3589_PGOOD_MASK, },
-       { LTC3589_B2DTV2, mV_to_regval(VDD_SOC_10mV) | LTC3589_CLK_RATE_LOW, },
+       { LTC3589_B2DTV2, mV_to_regval(VDD_SOC_10mV), },
 
        { LTC3589_B3DTV1, mV_to_regval(VDD_BUCK3_10mV) | LTC3589_PGOOD_MASK, },
-       { LTC3589_B3DTV2, mV_to_regval(VDD_BUCK3_10mV) | LTC3589_CLK_RATE_LOW, },
+       { LTC3589_B3DTV2, mV_to_regval(VDD_BUCK3_10mV), },
 
        { LTC3589_CLIRQ, 0, }, /* clear all interrupt flags */
 };