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:
d02e647
)
sunxi: Enable USB nodes for H8Homlet v2
author
Chen-Yu Tsai
<wens@csie.org>
Tue, 29 Mar 2016 16:27:02 +0000
(
00:27
+0800)
committer
Hans 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts
b/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts
index 342e1d33fa1c37df6e473e63dc45732d51689883..c8495d7624c0da2ee5611f280a4929189efbd0e6 100644
(file)
--- a/
arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts
+++ b/
arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts
@@
-57,8
+57,20
@@
};
};
+&ehci0 {
+ status = "okay";
+};
+
+&ohci0 {
+ status = "okay";
+};
+
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_b>;
status = "okay";
};
+
+&usb_otg {
+ status = "okay";
+};