dm: usb: exynos: Enable both EHCI and XHCI on snow
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:58 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:29 +0000 (11:11 -0600)
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>
arch/arm/dts/exynos5250-snow.dts

index d34ffce..e89a94f 100644 (file)
 
        ehci@12110000 {
                samsung,vbus-gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
+               status = "okay";
        };
 
        xhci@12000000 {