Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1667595
| Path | csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | William Wu <william.wu@rock-chips.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] arm64: dts: rockchip: enable usb2 for RK3328 evaluation board |
| Date | Fri, 16 Jun 2017 11:50:01 +0200 |
| Message-ID | <tSW37-6Go-15@gated-at.bofh.it> (permalink) |
| References | <tSW37-6Go-1@gated-at.bofh.it> |
| X-Original-To | heiko@sntech.de |
| X-Mail-Delivery | 1 |
| X-Abs-Checked | 4 |
| X-Rl-Sender | william.wu@rock-chips.com |
| X-Fst-To | heiko@sntech.de |
| X-Sender-IP | 58.22.7.114 |
| X-Login-Name | william.wu@rock-chips.com |
| X-Unique-Tag | <e93acdfdfff5c6b7a9c6fad11ba4d588> |
| X-Sender | wulf@rock-chips.com |
| X-Mailer | git-send-email 2.0.0 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 46 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, frank.wang@rock-chips.com, huangtao@rock-chips.com, daniel.meng@rock-chips.com, william.wu@rock-chips.com |
| X-Original-Date | Fri, 16 Jun 2017 17:46:06 +0800 |
| X-Original-Message-ID | <1497606366-1012-3-git-send-email-william.wu@rock-chips.com> |
| X-Original-References | <1497606366-1012-1-git-send-email-william.wu@rock-chips.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1667595 |
Show key headers only | View raw
Rockchip's RK3328 evaluation board has one usb2 otg controller
and one usb2 host controller which consist of EHCI and OHCI.
Each usb controller connects with one usb2 phy port through
UTMI+ interface. Let's enable them to support usb2 on RK3328
evaluation board.
Signed-off-by: William Wu <william.wu@rock-chips.com>
---
arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
index cf27239..da02bb7 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
@@ -55,3 +55,28 @@
&uart2 {
status = "okay";
};
+
+&u2phy {
+ status = "okay";
+
+ u2phy_otg: otg-port {
+ status = "okay";
+ };
+
+ u2phy_host: host-port {
+ status = "okay";
+ };
+
+};
+
+&usb20_otg {
+ status = "okay";
+};
+
+&usb_host0_ehci {
+ status = "okay";
+};
+
+&usb_host0_ohci {
+ status = "okay";
+};
--
2.0.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] Add usb2 nodes on RK3328 SoCs and enable usb2 on RK3328 evb William Wu <william.wu@rock-chips.com> - 2017-06-16 11:50 +0200 [PATCH 1/2] arm64: dts: rockchip: add usb2 nodes for RK3328 SoCs William Wu <william.wu@rock-chips.com> - 2017-06-16 11:50 +0200 [PATCH 2/2] arm64: dts: rockchip: enable usb2 for RK3328 evaluation board William Wu <william.wu@rock-chips.com> - 2017-06-16 11:50 +0200
csiph-web