On Arndale board (unlike Odroid U3) the USB3503 hub controller is
connected in phy mode (not through I2C). For successful probe it needs
to get reference to proper phy and enable it.

Signed-off-by: Krzysztof Kozlowski <k.kozlow...@samsung.com>
Reported-by: Kevin Hilman <khil...@kernel.org>
Reported-by: Arnd Bergmann <a...@arndb.de>
Cc: Kevin Hilman <khil...@kernel.org>
Cc: Arnd Bergmann <a...@arndb.de>
Cc: riku.voi...@linaro.org
Cc: Marek Szyprowski <m.szyprow...@samsung.com>
---
 arch/arm/boot/dts/exynos5250-arndale.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts 
b/arch/arm/boot/dts/exynos5250-arndale.dts
index c000532c1444..e213f31acbf3 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -114,6 +114,8 @@
 
                reset-gpios = <&gpx3 5 GPIO_ACTIVE_LOW>;
                connect-gpios = <&gpd1 7 GPIO_ACTIVE_LOW>;
+               phys = <&usb2_phy_gen 3>;
+               phy-names = "usb2-phy";
        };
 };
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to