提交 c4962e03 编写于 作者: A Alexander Shiyan 提交者: Greg Kroah-Hartman

usb: chipidea: usbmisc: Add support for i.MX51 CPU

This adds i.MX51 as the next user of the usbmisc driver.
Functionality is similar to i.MX53, so at this stage simply
reuse existing i.MX53 calls.
Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: NPeter Chen <peter.chen@freescale.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 9f90e111
...@@ -203,6 +203,10 @@ static const struct of_device_id usbmisc_imx_dt_ids[] = { ...@@ -203,6 +203,10 @@ static const struct of_device_id usbmisc_imx_dt_ids[] = {
.compatible = "fsl,imx27-usbmisc", .compatible = "fsl,imx27-usbmisc",
.data = &imx27_usbmisc_ops, .data = &imx27_usbmisc_ops,
}, },
{
.compatible = "fsl,imx51-usbmisc",
.data = &imx53_usbmisc_ops,
},
{ {
.compatible = "fsl,imx53-usbmisc", .compatible = "fsl,imx53-usbmisc",
.data = &imx53_usbmisc_ops, .data = &imx53_usbmisc_ops,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册