diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-03-30 00:27:01 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-01 09:52:22 +0200 |
commit | d02e647432c06ef01ae8d0f4532bd1a3e8e14b1e (patch) | |
tree | c608d69df81d8658a2200ec62bf7d84d3bc76632 /arch/arm/dts/sun8i-a83t-cubietruck-plus.dts | |
parent | b0bea66789817a1e3ac11c6303e1b3126ba50eec (diff) | |
download | u-boot-d02e647432c06ef01ae8d0f4532bd1a3e8e14b1e.tar.gz |
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: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/dts/sun8i-a83t-cubietruck-plus.dts')
-rw-r--r-- | arch/arm/dts/sun8i-a83t-cubietruck-plus.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts b/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts index 88b1e0970b..8437c8f59e 100644 --- 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"; +}; |