]> git.sur5r.net Git - u-boot/commitdiff
sunxi: Enable USB on Cubietruck Plus
authorChen-Yu Tsai <wens@csie.org>
Tue, 29 Mar 2016 16:27:01 +0000 (00:27 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 1 Apr 2016 07:52:22 +0000 (09:52 +0200)
This provides the minimal changes to the Cubietruck Plus dts to enable USB
in U-boot. It is not what will be submitted to the kernel.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/dts/sun8i-a83t-cubietruck-plus.dts

index 88b1e0970b8d89c94ba6822bc34f03eeb3c0477c..8437c8f59ed616f443c708b4656550cf8bc9c2bc 100644 (file)
        };
 };
 
+&ehci0 {
+       status = "okay";
+};
+
+&ehci1 {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins_b>;
        status = "okay";
 };
+
+&usb_otg {
+       status = "okay";
+};