diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-04-01 12:55:08 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-12 08:58:03 +0200 |
commit | b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f (patch) | |
tree | 954d74055a78ec21df06b204b8456072958e2a63 /arch | |
parent | e6c9cec4ca0f3009858c96d57f05ccab557e8a34 (diff) | |
download | u-boot-imx-b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f.zip u-boot-imx-b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f.tar.gz u-boot-imx-b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f.tar.bz2 |
sunxi: Enable usb ports on the Sinovoip BPI M3
DLDO3 is used to provide Port-D power and PD is used for the
usb-hub / sata-5v enable pins. The 2.5V comes from the schematic
and matches the factory image fex file.
The dts changes are the minimal changes needed for u-boot to
pick-up the usb host controllers. The upstream kernel does not
(yet) have usb host support.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts b/arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts index 91ff3a9..dfc16a0 100644 --- a/arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts +++ b/arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts @@ -57,8 +57,16 @@ }; }; +&ehci0 { + status = "okay"; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_b>; status = "okay"; }; + +&usb_otg { + status = "okay"; +}; |