usb: chipidea: usbmisc: Add support for i.MX51 CPU
authorAlexander Shiyan <shc_work@mail.ru>
Fri, 6 Dec 2013 08:35:15 +0000 (16:35 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 02:02:55 +0000 (18:02 -0800)
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: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/usbmisc_imx.c

index 4381c5a..cd061ab 100644 (file)
@@ -204,6 +204,10 @@ static const struct of_device_id usbmisc_imx_dt_ids[] = {
                .data = &imx27_usbmisc_ops,
        },
        {
+               .compatible = "fsl,imx51-usbmisc",
+               .data = &imx53_usbmisc_ops,
+       },
+       {
                .compatible = "fsl,imx53-usbmisc",
                .data = &imx53_usbmisc_ops,
        },