Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201677
b: refs/heads/master
c: da92e42
h: refs/heads/master
i:
  201675: da86cf9
v: v3
  • Loading branch information
Marc Kleine-Budde authored and Sascha Hauer committed Jul 26, 2010
1 parent 41e099a commit 395ab31
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 61c68502321d94a421f9a2a32f6789ecb27f382d
refs/heads/master: da92e42b11074ec5da8e75fbabcee60c4a50de90
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-mx3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ config MACH_PCM043
select IMX_HAVE_PLATFORM_IMX_I2C
select IMX_HAVE_PLATFORM_IMX_UART
select IMX_HAVE_PLATFORM_MXC_NAND
select IMX_HAVE_PLATFORM_FLEXCAN
select MXC_ULPI if USB_ULPI
help
Include support for Phytec pcm043 platform. This includes
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-mx3/mach-pcm043.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ static struct pad_desc pcm043_pads[] = {
MX35_PAD_STXD4__AUDMUX_AUD4_TXD,
MX35_PAD_SRXD4__AUDMUX_AUD4_RXD,
MX35_PAD_SCK4__AUDMUX_AUD4_TXC,
/* CAN2 */
MX35_PAD_TX5_RX0__CAN2_TXCAN,
MX35_PAD_TX4_RX1__CAN2_RXCAN,
};

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

imx35_add_flexcan1(NULL);
}

static void __init pcm043_timer_init(void)
Expand Down

0 comments on commit 395ab31

Please sign in to comment.