projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1311b
)
ARM: davinci: board-da850-evm: Mark dcdc2 of TPS65070 as always_on
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Mon, 28 Jul 2014 11:24:37 +0000
(14:24 +0300)
committer
Sekhar Nori
<nsekhar@ti.com>
Tue, 26 Aug 2014 10:07:03 +0000
(15:37 +0530)
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>
arch/arm/mach-davinci/board-da850-evm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-davinci/board-da850-evm.c
b/arch/arm/mach-davinci/board-da850-evm.c
index 234c5bb091f5119f6c044620cc204bdbb63655e7..77d8968336df55301d11650737ff4fc212429a51 100644
(file)
--- 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,