From: icenowy@aosc.io (Icenowy Zheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] ARM: sun8i: v40: enable USB host ports for Banana Pi M2 Berry
Date: Sun, 8 Oct 2017 12:29:06 +0800 [thread overview]
Message-ID: <20171008042906.46779-7-icenowy@aosc.io> (raw)
In-Reply-To: <20171008042906.46779-1-icenowy@aosc.io>
Banana Pi M2 Berry has an on-board USB Hub that provides 4 USB Type-A
ports, and it's connected to the USB1 port of the SoC.
Enable it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
---
arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts
index fe16fc0eb518..45c17c8c5915 100644
--- a/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts
+++ b/arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts
@@ -87,6 +87,10 @@
};
};
+&ehci1 {
+ status = "okay";
+};
+
&i2c0 {
status = "okay";
@@ -98,6 +102,10 @@
};
};
+&ohci1 {
+ status = "okay";
+};
+
#include "axp22x.dtsi"
®_aldo3 {
@@ -171,3 +179,8 @@
pinctrl-0 = <&uart0_pb_pins>;
status = "okay";
};
+
+&usbphy {
+ usb1_vbus-supply = <®_vcc5v0>;
+ status = "okay";
+};
--
2.13.6
prev parent reply other threads:[~2017-10-08 4:29 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-08 4:29 [PATCH 0/6] Allwinner R40 USB host support Icenowy Zheng
2017-10-08 4:29 ` [PATCH 1/6] phy: sun4i-usb: add support for R40 USB PHY Icenowy Zheng
2017-10-09 20:58 ` Maxime Ripard
2017-10-18 11:39 ` Kishon Vijay Abraham I
2017-10-18 11:42 ` Maxime Ripard
2017-10-18 11:46 ` Kishon Vijay Abraham I
2017-12-30 11:38 ` Icenowy Zheng
2018-01-03 8:40 ` Kishon Vijay Abraham I
2017-10-13 19:29 ` Rob Herring
2017-10-08 4:29 ` [PATCH 2/6] ARM: sun8i: r40: add USB host port nodes for R40 Icenowy Zheng
2017-10-09 21:03 ` Maxime Ripard
2017-10-09 23:24 ` Icenowy Zheng
2017-10-16 9:32 ` Maxime Ripard
2017-10-16 9:39 ` icenowy at aosc.io
2017-10-16 12:06 ` Maxime Ripard
2017-10-18 12:21 ` icenowy at aosc.io
2017-10-08 4:29 ` [PATCH 3/6] ARM: sun8i: r40: add 5V regulator for Banana Pi M2 Ultra Icenowy Zheng
2017-10-09 21:04 ` Maxime Ripard
2017-10-09 23:25 ` Icenowy Zheng
2017-10-10 2:25 ` [linux-sunxi] " Chen-Yu Tsai
2017-10-10 9:39 ` Maxime Ripard
2017-10-08 4:29 ` [PATCH 4/6] ARM: sun8i: v40: add 5V regulator for Banana Pi M2 Berry Icenowy Zheng
2017-10-08 4:29 ` [PATCH 5/6] ARM: sun8i: r40: enable USB host for Banana Pi M2 Ultra Icenowy Zheng
2017-10-08 4:29 ` Icenowy Zheng [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171008042906.46779-7-icenowy@aosc.io \
--to=icenowy@aosc.io \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).