Commit 9366d8f6 authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Sascha Hauer

MX27ADS: Add 1-wire support

Add 1-wire support for MX27ADS board
Signed-off-by: default avatarVladimir Barinov <vbarinov@embeddedalley.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 11cda13d
...@@ -121,6 +121,8 @@ static unsigned int mx27ads_pins[] = { ...@@ -121,6 +121,8 @@ static unsigned int mx27ads_pins[] = {
PA29_PF_VSYNC, PA29_PF_VSYNC,
PA30_PF_CONTRAST, PA30_PF_CONTRAST,
PA31_PF_OE_ACD, PA31_PF_OE_ACD,
/* OWIRE */
PE16_AF_OWIRE,
}; };
static struct mxc_nand_platform_data mx27ads_nand_board_info = { static struct mxc_nand_platform_data mx27ads_nand_board_info = {
...@@ -200,6 +202,7 @@ static struct imx_fb_platform_data mx27ads_fb_data = { ...@@ -200,6 +202,7 @@ static struct imx_fb_platform_data mx27ads_fb_data = {
static struct platform_device *platform_devices[] __initdata = { static struct platform_device *platform_devices[] __initdata = {
&mx27ads_nor_mtd_device, &mx27ads_nor_mtd_device,
&mxc_fec_device, &mxc_fec_device,
&mxc_w1_master_device,
}; };
static struct imxuart_platform_data uart_pdata[] = { static struct imxuart_platform_data uart_pdata[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment