From 2777b796535edb806e8401793049b4e0b4804921 Mon Sep 17 00:00:00 2001 From: Eric Miao Date: Tue, 10 Feb 2009 10:35:25 +0800 Subject: [PATCH] --- yaml --- r: 137421 b: refs/heads/master c: 9c291f0f835dc8349afc21d6311cb531140f6977 h: refs/heads/master i: 137419: 9f9ce5ae557fd3e080879f9ee0d1dddc9f12919d v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mmp/aspenite.c | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 17d46cf2dc90..7f0fe49f7b5b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 56422554d29e3761b095b3e27646e8ee03fae41a +refs/heads/master: 9c291f0f835dc8349afc21d6311cb531140f6977 diff --git a/trunk/arch/arm/mach-mmp/aspenite.c b/trunk/arch/arm/mach-mmp/aspenite.c index e8caf58e004c..a9efa5cadbe8 100644 --- a/trunk/arch/arm/mach-mmp/aspenite.c +++ b/trunk/arch/arm/mach-mmp/aspenite.c @@ -10,15 +10,27 @@ */ #include +#include #include #include #include +#include +#include #include "common.h" +static unsigned long common_pin_config[] __initdata = { + /* UART1 */ + GPIO107_UART1_RXD, + GPIO108_UART1_TXD, +}; + static void __init common_init(void) { + mfp_config(ARRAY_AND_SIZE(common_pin_config)); + + pxa168_add_uart(1); } MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform")