diff options
author | William Wu <william.wu@rock-chips.com> | 2017-06-16 12:34:15 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-07-16 17:09:37 +0200 |
commit | d4446793c15f922cbd9bf0d6f1579d05ab880db2 (patch) | |
tree | 7d1a3a49bb7b3feaad4196a5356d4165cf37cf65 /arch/arm64/boot/dts/rockchip/rk3328-evb.dts | |
parent | arm64: dts: rockchip: add usb2 nodes for RK3328 SoCs (diff) | |
download | linux-d4446793c15f922cbd9bf0d6f1579d05ab880db2.tar.xz linux-d4446793c15f922cbd9bf0d6f1579d05ab880db2.zip |
arm64: dts: rockchip: enable usb2 for RK3328 evaluation board
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>
[restructured enablement of u2phy subnodes]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3328-evb.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts index cf272392cebf..8c61d91bf89b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts @@ -55,3 +55,27 @@ &uart2 { status = "okay"; }; + +&u2phy { + status = "okay"; +}; + +&u2phy_host { + status = "okay"; +}; + +&u2phy_otg { + status = "okay"; +}; + +&usb20_otg { + status = "okay"; +}; + +&usb_host0_ehci { + status = "okay"; +}; + +&usb_host0_ohci { + status = "okay"; +}; |