提交 78159566 编写于 作者: U Uwe Kleine-König 提交者: Sascha Hauer

ARM: mxc: add a dma mask to fec devices

This is not strictly necessary but the right thing to do.
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
上级 f4b5d2b0
......@@ -62,7 +62,7 @@ struct platform_device *__init imx_add_fec(
},
};
return imx_add_platform_device("fec", 0 /* -1? */,
return imx_add_platform_device_dmamask("fec", 0,
res, ARRAY_SIZE(res),
pdata, sizeof(*pdata));
pdata, sizeof(*pdata), DMA_BIT_MASK(32));
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册