S4P4418 and S5P6818 SoC can not use USB autosuspend because
EHCI and HSIC port shares same PHY.
So, EHCI enters suspend mode, we cannot use HSIC port.
Change-Id: I0a3e1f5edc3e517aa2a984caba2d24257e8cb3b7
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
if (driver->supports_autosuspend)
pm_runtime_enable(dev);
+#if (defined(CONFIG_ARCH_S5P4418) || defined(CONFIG_ARCH_S5P6818))
+ /* S5S4418and S5P6818 Soc can not use autosuspend
+ * because EHCI and HSIC share same PHY.
+ */
+ pm_runtime_forbid(dev);
+#endif
/* If the new driver doesn't allow hub-initiated LPM, and we can't
* disable hub-initiated LPM, then fail the probe.
*