aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2011-11-13 05:51:42 +0800
committerAndy Green <andy.green@linaro.org>2011-11-19 08:55:01 +0800
commitb94ca8e5df28059f61e0c13a00b3c16b6b472c10 (patch)
tree51f15fd838d998087555f2367b95534cf96bb809 /arch/arm
parent6d8705bd5cef76face73d1b37903f026b1e2a3d8 (diff)
ARM: Panda: Add smartreflex call in panda board config
Add call to enable smartreflex in panda board file Change-Id: I769e233d2828a30849a016b44e0d7ab6874ede42 Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index 3fa01d7536b..f22b996fe84 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -774,6 +774,7 @@ static void __init omap4_panda_init(void)
if (status)
pr_err("TPS62361 initialization failed: %d\n", status);
}
+ omap_enable_smartreflex_on_init();
}
static void __init omap4_panda_map_io(void)