Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212548
b: refs/heads/master
c: 9a54594
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Sascha Hauer committed Oct 11, 2010
1 parent ba98a5c commit 5893074
Show file tree
Hide file tree
Showing 3 changed files with 10 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: 774305d0ee105f75d44699e2c94ef3bf9c5e2d90
refs/heads/master: 9a545943a378ec1b3a9819de4b189ce5e822a6af
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-mx3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ config MACH_PCM043
select IMX_HAVE_PLATFORM_IMX_UART
select IMX_HAVE_PLATFORM_MXC_NAND
select IMX_HAVE_PLATFORM_FLEXCAN
select IMX_HAVE_PLATFORM_ESDHC
select MXC_ULPI if USB_ULPI
help
Include support for Phytec pcm043 platform. This includes
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-mx3/mach-pcm043.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ static struct pad_desc pcm043_pads[] = {
/* CAN2 */
MX35_PAD_TX5_RX0__CAN2_TXCAN,
MX35_PAD_TX4_RX1__CAN2_RXCAN,
/* esdhc */
MX35_PAD_SD1_CMD__ESDHC1_CMD,
MX35_PAD_SD1_CLK__ESDHC1_CLK,
MX35_PAD_SD1_DATA0__ESDHC1_DAT0,
MX35_PAD_SD1_DATA1__ESDHC1_DAT1,
MX35_PAD_SD1_DATA2__ESDHC1_DAT2,
MX35_PAD_SD1_DATA3__ESDHC1_DAT3,
};

#define AC97_GPIO_TXFS (1 * 32 + 31)
Expand Down Expand Up @@ -388,6 +395,7 @@ static void __init mxc_board_init(void)
mxc_register_device(&mxc_otg_udc_device, &otg_device_pdata);

imx35_add_flexcan1(NULL);
imx35_add_esdhc0(NULL);
}

static void __init pcm043_timer_init(void)
Expand Down

0 comments on commit 5893074

Please sign in to comment.