summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/pmu_tps65090.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/pmu_tps65090.c b/common/pmu_tps65090.c
index e40a41754c..dd5a8f9076 100644
--- a/common/pmu_tps65090.c
+++ b/common/pmu_tps65090.c
@@ -513,12 +513,12 @@ static void pmu_init_registers(void)
} reg[] = {
{IRQ1MASK, 0x00},
{IRQ2MASK, 0x00},
- {CG_CTRL0, 0x02},
- {CG_CTRL1, 0x20},
- {CG_CTRL2, 0x4b},
- {CG_CTRL3, 0xbf},
- {CG_CTRL4, 0xf3},
- {CG_CTRL5, 0xc0},
+ {CG_CTRL0, 0x1e},
+ {CG_CTRL1, 0x3e},
+ {CG_CTRL2, 0x5e},
+ {CG_CTRL3, 0xbe},
+ {CG_CTRL4, 0xfe},
+ {CG_CTRL5, 0xff},
{DCDC1_CTRL, 0x0e},
{DCDC2_CTRL, 0x0e},
{DCDC3_CTRL, 0x0e},