aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2011-11-13 05:52:13 +0800
committerAndy Green <andy.green@linaro.org>2011-11-19 08:55:02 +0800
commit2ca3dfb6ab443a0565f64944d1d902117467373c (patch)
tree594728eb63846d34fc68d6b85164c301623edc6f /arch/arm
parent653eb1f5679953e303f9e7ccf6ffba5d4a1c18d7 (diff)
[Blaze] Call smartreflex enable in the blaze board file
Call smartreflex enable in the board-4430sdp.c init function Change-Id: I9cf8c1426513705dde74a401d6e2f22e4ac78f65 Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 158a1010449..72e92897e34 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -830,6 +830,8 @@ static void __init omap_4430sdp_init(void)
if (status)
pr_err("TPS62361 initialization failed: %d\n", status);
}
+
+ omap_enable_smartreflex_on_init();
}
static void __init omap_4430sdp_map_io(void)