MLK-20045-1 usb: chipidea: usbmisc_imx: using different .init for imx7ulp
authorPeter Chen <peter.chen@nxp.com>
Wed, 24 Oct 2018 06:41:10 +0000 (14:41 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit8812f77e3cbeb9b325c45809d6545253519eb0f1
tree6e1d05865736ed3a55be1d060325e6c375036737
parentc72782873a7388bacdc1bd256d1264bb93e3c131
MLK-20045-1 usb: chipidea: usbmisc_imx: using different .init for imx7ulp

imx7ulp uses different USB PHY with imx7d (MXS PHY vs PICO PHY), so the
features are supported by non-core register are a little different.
For example, autoresume feature is supported by all controllers for
imx7ulp, but for imx7d, it is only supported by non-HSIC controller.

Since imx7d has dedicated .init function, so the flag for imx7d PHY
(picophy) can be deleted.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
drivers/usb/chipidea/ci_hdrc_imx.c
drivers/usb/chipidea/ci_hdrc_imx.h
drivers/usb/chipidea/usbmisc_imx.c