diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-25 12:22:58 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:29 -0600 |
commit | 243d7f15e5b4744801e1c7afc193381abaa991ae (patch) | |
tree | 061a97d8f9dd8a1fcec32d2e76499ee8b3201738 /arch | |
parent | 78ab40b3e5c46a076b2c7138d3ce10d640fd6a55 (diff) | |
download | u-boot-243d7f15e5b4744801e1c7afc193381abaa991ae.tar.gz |
dm: usb: exynos: Enable both EHCI and XHCI on snow
Since we can support both controllers now, enable this in the device tree.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/exynos5250-snow.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index d34ffce3d6..e89a94fce2 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -134,6 +134,7 @@ ehci@12110000 { samsung,vbus-gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>; + status = "okay"; }; xhci@12000000 { |