forked from Minki/linux
MX27ADS: Add 1-wire support
Add 1-wire support for MX27ADS board Signed-off-by: Vladimir Barinov <vbarinov@embeddedalley.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
11cda13d48
commit
9366d8f67c
@ -121,6 +121,8 @@ static unsigned int mx27ads_pins[] = {
|
||||
PA29_PF_VSYNC,
|
||||
PA30_PF_CONTRAST,
|
||||
PA31_PF_OE_ACD,
|
||||
/* OWIRE */
|
||||
PE16_AF_OWIRE,
|
||||
};
|
||||
|
||||
static struct mxc_nand_platform_data mx27ads_nand_board_info = {
|
||||
@ -200,6 +202,7 @@ static struct imx_fb_platform_data mx27ads_fb_data = {
|
||||
static struct platform_device *platform_devices[] __initdata = {
|
||||
&mx27ads_nor_mtd_device,
|
||||
&mxc_fec_device,
|
||||
&mxc_w1_master_device,
|
||||
};
|
||||
|
||||
static struct imxuart_platform_data uart_pdata[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user