From 79436f870c910bfa296c76e9f43a9aae69f1b46d Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 28 Jul 2014 14:24:37 +0300 Subject: 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 Signed-off-by: Sekhar Nori --- arch/arm/mach-davinci/board-da850-evm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-davinci/board-da850-evm.c') diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index 234c5bb..77d8968 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[] = { .valid_ops_mask = (REGULATOR_CHANGE_VOLTAGE | REGULATOR_CHANGE_STATUS), .boot_on = 1, + .always_on = 1, }, .num_consumer_supplies = ARRAY_SIZE(tps65070_dcdc2_consumers), .consumer_supplies = tps65070_dcdc2_consumers, -- cgit v1.1