diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-03-30 00:27:02 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-01 09:52:25 +0200 |
commit | fa06f7ed11bd90874f97fbfe6adc6a8aeacce8c0 (patch) | |
tree | 913de80050b40df243e3472606bc5f1dc33f3954 /arch | |
parent | d02e647432c06ef01ae8d0f4532bd1a3e8e14b1e (diff) | |
download | u-boot-fa06f7ed11bd90874f97fbfe6adc6a8aeacce8c0.tar.gz u-boot-fa06f7ed11bd90874f97fbfe6adc6a8aeacce8c0.tar.bz2 u-boot-fa06f7ed11bd90874f97fbfe6adc6a8aeacce8c0.zip |
sunxi: Enable USB nodes for H8Homlet v2
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts b/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts index 342e1d33fa..c8495d7624 100644 --- 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"; +}; |