On Wed, Sep 16, 2015 at 02:50:01PM +0800, Li Jun wrote:
> From: Peter Chen <[email protected]>
>
> Add imx6ul usb support.
>
> Signed-off-by: Peter chen <[email protected]>
> Signed-off-by: Li Jun <[email protected]>
> ---
> drivers/usb/chipidea/ci_hdrc_imx.c | 7 +++++++
> drivers/usb/chipidea/usbmisc_imx.c | 4 ++++
> 2 files changed, 11 insertions(+)
>
> diff --git a/drivers/usb/chipidea/ci_hdrc_imx.c
> b/drivers/usb/chipidea/ci_hdrc_imx.c
> index c7f127f..9a59d5a 100644
> --- a/drivers/usb/chipidea/ci_hdrc_imx.c
> +++ b/drivers/usb/chipidea/ci_hdrc_imx.c
> @@ -56,6 +56,12 @@ static const struct ci_hdrc_imx_platform_flag
> imx6sx_usb_data = {
> CI_HDRC_DISABLE_HOST_STREAMING,
> };
>
> +static const struct ci_hdrc_imx_platform_flag imx6ul_usb_data = {
> + .flags = CI_HDRC_SUPPORTS_RUNTIME_PM |
> + CI_HDRC_TURN_VBUS_EARLY_ON |
> + CI_HDRC_DISABLE_HOST_STREAMING,
> +};
> +
imx6ul is v2.5a core too, you can check debug message at core.c:hw_device_init
for revision number.
> static const struct ci_hdrc_imx_platform_flag imx7d_usb_data = {
> .flags = CI_HDRC_SUPPORTS_RUNTIME_PM,
> };
> @@ -66,6 +72,7 @@ static const struct of_device_id ci_hdrc_imx_dt_ids[] = {
> { .compatible = "fsl,imx6q-usb", .data = &imx6q_usb_data},
> { .compatible = "fsl,imx6sl-usb", .data = &imx6sl_usb_data},
> { .compatible = "fsl,imx6sx-usb", .data = &imx6sx_usb_data},
> + { .compatible = "fsl,imx6ul-usb", .data = &imx6ul_usb_data},
> { .compatible = "fsl,imx7d-usb", .data = &imx7d_usb_data},
> { /* sentinel */ }
> };
> diff --git a/drivers/usb/chipidea/usbmisc_imx.c
> b/drivers/usb/chipidea/usbmisc_imx.c
> index f3a4753..fcea4eb 100644
> --- a/drivers/usb/chipidea/usbmisc_imx.c
> +++ b/drivers/usb/chipidea/usbmisc_imx.c
> @@ -488,6 +488,10 @@ static const struct of_device_id usbmisc_imx_dt_ids[] = {
> .compatible = "fsl,imx6sx-usbmisc",
> .data = &imx6sx_usbmisc_ops,
> },
> + {
> + .compatible = "fsl,imx6ul-usbmisc",
> + .data = &imx6sx_usbmisc_ops,
> + },
> { /* sentinel */ }
> };
> MODULE_DEVICE_TABLE(of, usbmisc_imx_dt_ids);
> --
> 1.9.1
>
--
Best Regards,
Peter Chen
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html