]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:49:00 +0000 (21:49 +0200)
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 d34ffce3d62abaee77f2f7902f090306c55de8cf..e89a94fce27300c988299f819b649376769c8369 100644 (file)
 
        ehci@12110000 {
                samsung,vbus-gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
+               status = "okay";
        };
 
        xhci@12000000 {