Skip to content
Snippets Groups Projects
Commit d02e6474 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Hans de Goede
Browse files

sunxi: Enable USB on Cubietruck Plus


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: default avatarChen-Yu Tsai <wens@csie.org>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent b0bea667
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,20 @@ ...@@ -58,8 +58,20 @@
}; };
}; };
&ehci0 {
status = "okay";
};
&ehci1 {
status = "okay";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_b>; pinctrl-0 = <&uart0_pins_b>;
status = "okay"; status = "okay";
}; };
&usb_otg {
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment