projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7f661
)
omap3: 3630sdp: Explicitly enable all UARTs
author
Sergio Aguirre
<saaguirre@ti.com>
Mon, 1 Mar 2010 17:52:36 +0000
(11:52 -0600)
committer
Sergio Aguirre
<saaguirre@ti.com>
Mon, 15 Mar 2010 21:34:19 +0000
(16:34 -0500)
All UARTs seem physically reachable, so, enable them all.
Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
arch/arm/mach-omap2/board-3630sdp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/board-3630sdp.c
b/arch/arm/mach-omap2/board-3630sdp.c
index a0a2a113465cc01f8baf263448d3f955a6b0de8f..504d2bd222fe35ec02bb277f5f87d6af6f18e5e8 100644
(file)
--- a/
arch/arm/mach-omap2/board-3630sdp.c
+++ b/
arch/arm/mach-omap2/board-3630sdp.c
@@
-96,6
+96,7
@@
static struct omap_board_mux board_mux[] __initdata = {
static void __init omap_sdp_init(void)
{
omap3_mux_init(board_mux, OMAP_PACKAGE_CBP);
+ omap_serial_init();
zoom_peripherals_init();
board_smc91x_init();
enable_board_wakeup_source();