Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1667628 > unrolled thread

[PATCH v2 2/2] arm64: dts: rockchip: enable usb2 for RK3328 evaluation board

Started byWilliam Wu <william.wu@rock-chips.com>
First post2017-06-16 12:40 +0200
Last post2017-06-16 12:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 2/2] arm64: dts: rockchip: enable usb2 for RK3328 evaluation board William Wu <william.wu@rock-chips.com> - 2017-06-16 12:40 +0200

#1667628 — [PATCH v2 2/2] arm64: dts: rockchip: enable usb2 for RK3328 evaluation board

FromWilliam Wu <william.wu@rock-chips.com>
Date2017-06-16 12:40 +0200
Subject[PATCH v2 2/2] arm64: dts: rockchip: enable usb2 for RK3328 evaluation board
Message-ID<tSWPw-7fv-13@gated-at.bofh.it>
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>
---
Changes in v2:
- None

 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web