Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212494
b: refs/heads/master
c: 81aa172
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde authored and Uwe Kleine-König committed Sep 27, 2010
1 parent d81857b commit 2ef3339
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: d17e1c1ac3a1e4befecb34c20dc8cb901aa72aba
refs/heads/master: 81aa17207b3c50f32be31a1be949e98c660da5f1
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-mx3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ config MACH_MX35_3DS
bool "Support MX35PDK platform"
select ARCH_MX35
select IMX_HAVE_PLATFORM_IMX_UART
select IMX_HAVE_PLATFORM_MXC_NAND
default n
help
Include support for MX35PDK platform. This includes specific
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-mx3/mach-mx35_3ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ static struct platform_device mx35pdk_flash = {
.num_resources = 1,
};

static const struct mxc_nand_platform_data mx35pdk_nand_board_info __initconst = {
.width = 1,
.hw_ecc = 1,
.flash_bbt = 1,
};

static struct platform_device *devices[] __initdata = {
&mxc_fec_device,
&mx35pdk_flash,
Expand Down Expand Up @@ -119,6 +125,8 @@ static void __init mxc_board_init(void)
imx35_add_imx_uart0(&uart_pdata);

mxc_register_device(&mxc_otg_udc_device, &usb_pdata);

imx35_add_mxc_nand(&mx35pdk_nand_board_info);
}

static void __init mx35pdk_timer_init(void)
Expand Down

0 comments on commit 2ef3339

Please sign in to comment.