diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-07-28 07:24:37 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2014-08-26 06:07:03 -0400 |
commit | 79436f870c910bfa296c76e9f43a9aae69f1b46d (patch) | |
tree | d55d87318bb6990255e644759abc43695482215c /arch/arm/mach-davinci | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
ARM: davinci: board-da850-evm: Mark dcdc2 of TPS65070 as always_on
DCDC2 should not be turned off since it is powering the CPU among other
things.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/board-da850-evm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index 234c5bb091f5..77d8968336df 100644 --- a/arch/arm/mach-davinci/board-da850-evm.c +++ b/arch/arm/mach-davinci/board-da850-evm.c | |||
@@ -936,6 +936,7 @@ static struct regulator_init_data tps65070_regulator_data[] = { | |||
936 | .valid_ops_mask = (REGULATOR_CHANGE_VOLTAGE | | 936 | .valid_ops_mask = (REGULATOR_CHANGE_VOLTAGE | |
937 | REGULATOR_CHANGE_STATUS), | 937 | REGULATOR_CHANGE_STATUS), |
938 | .boot_on = 1, | 938 | .boot_on = 1, |
939 | .always_on = 1, | ||
939 | }, | 940 | }, |
940 | .num_consumer_supplies = ARRAY_SIZE(tps65070_dcdc2_consumers), | 941 | .num_consumer_supplies = ARRAY_SIZE(tps65070_dcdc2_consumers), |
941 | .consumer_supplies = tps65070_dcdc2_consumers, | 942 | .consumer_supplies = tps65070_dcdc2_consumers, |