summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-04-01 12:55:08 +0200
committerHans de Goede <hdegoede@redhat.com>2016-04-12 08:58:03 +0200
commitb24f7f008d6d29d7fb70d42ef40bb51001f3ab0f (patch)
tree954d74055a78ec21df06b204b8456072958e2a63 /arch/arm/dts
parente6c9cec4ca0f3009858c96d57f05ccab557e8a34 (diff)
downloadtalos-obmc-uboot-b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f.tar.gz
talos-obmc-uboot-b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f.zip
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/arm/dts')
-rw-r--r--arch/arm/dts/sun8i-a83t-sinovoip-bpi-m3.dts8
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 91ff3a9f60..dfc16a0272 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";
+};
OpenPOWER on IntegriCloud