mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 23:45:31 +08:00
ARM: mxc: add a dma mask to fec devices
This is not strictly necessary but the right thing to do. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
This commit is contained in:
parent
f4b5d2b0d1
commit
78159566b7
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user