Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137421
b: refs/heads/master
c: 9c291f0
h: refs/heads/master
i:
  137419: 9f9ce5a
v: v3
  • Loading branch information
Eric Miao committed Mar 23, 2009
1 parent 974f440 commit 2777b79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 56422554d29e3761b095b3e27646e8ee03fae41a
refs/heads/master: 9c291f0f835dc8349afc21d6311cb531140f6977
12 changes: 12 additions & 0 deletions trunk/arch/arm/mach-mmp/aspenite.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,27 @@
*/

#include <linux/init.h>
#include <linux/kernel.h>

#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/addr-map.h>
#include <mach/mfp-pxa168.h>
#include <mach/pxa168.h>

#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")
Expand Down

0 comments on commit 2777b79

Please sign in to comment.