]> git.sur5r.net Git - u-boot/commitdiff
sunxi: Enable USB nodes for H8Homlet v2
authorChen-Yu Tsai <wens@csie.org>
Tue, 29 Mar 2016 16:27:02 +0000 (00:27 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 1 Apr 2016 07:52:25 +0000 (09:52 +0200)
This provides the minimal changes to the H8Homlet v2 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-allwinner-h8homlet-v2.dts

index 342e1d33fa1c37df6e473e63dc45732d51689883..c8495d7624c0da2ee5611f280a4929189efbd0e6 100644 (file)
        };
 };
 
+&ehci0 {
+       status = "okay";
+};
+
+&ohci0 {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins_b>;
        status = "okay";
 };
+
+&usb_otg {
+       status = "okay";
+};