projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0bea66
)
sunxi: Enable USB on Cubietruck Plus
author
Chen-Yu Tsai
<wens@csie.org>
Tue, 29 Mar 2016 16:27:01 +0000
(
00:27
+0800)
committer
Hans 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts
b/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts
index 88b1e0970b8d89c94ba6822bc34f03eeb3c0477c..8437c8f59ed616f443c708b4656550cf8bc9c2bc 100644
(file)
--- a/
arch/arm/dts/sun8i-a83t-cubietruck-plus.dts
+++ b/
arch/arm/dts/sun8i-a83t-cubietruck-plus.dts
@@
-58,8
+58,20
@@
};
};
+&ehci0 {
+ status = "okay";
+};
+
+&ehci1 {
+ status = "okay";
+};
+
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_b>;
status = "okay";
};
+
+&usb_otg {
+ status = "okay";
+};