diff options
| author | Cameron Nemo <cnemo@tutanota.com> | 2020-09-02 11:12:34 -0700 |
|---|---|---|
| committer | Felipe Balbi <balbi@kernel.org> | 2020-12-01 11:57:47 +0200 |
| commit | 1080ed2a6cc53a07afdb1cd3f3968e808b714bbb (patch) | |
| tree | 215dc0d6f1ab14c4038646b142d9b9838876eeaf | |
| parent | be0095cec2114acaed5389efc7a91b6f2d2347ab (diff) | |
| download | usb-testing/next.tar.gz | |
arm64: dts: rockchip: enable rk3328-rock64 usb3 nodes
Notice: this object is not reachable from any branch.
testing/nextEnable USB3 nodes for the rk3328-based PINE Rock64 board.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Cameron Nemo <cnemo@tutanota.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Notice: this object is not reachable from any branch.
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index 86cfb5c50a949..0cbf59efcef05 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts @@ -384,6 +384,15 @@ status = "okay"; }; +&usbdrd3 { + status = "okay"; +}; + +&usbdrd_dwc3 { + dr_mode = "host"; + status = "okay"; +}; + &usb_host0_ehci { status = "okay"; }; |
