diff options
author | Cameron Nemo <[email protected]> | 2021-05-04 16:36:13 +0800 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2021-05-10 01:52:37 +0200 |
commit | bbac8bd65f5402281cb7b0452c1c5f367387b459 (patch) | |
tree | 3ab8ab4a4debf4bec3c3c640ce5456d13d41cfc2 | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) |
arm64: dts: rockchip: Enable USB3 for rk3328 Rock64
Enable USB3 nodes for the rk3328-based PINE Rock64 board.
The separate power regulator is not added as it is controlled by the
same GPIO line as the existing VBUS regulators, so it is already
enabled. Also there is no port representation to tie the regulator to.
[[email protected]: Rebased onto v5.12]
Signed-off-by: Cameron Nemo <[email protected]>
[[email protected]: Rewrote commit message]
Signed-off-by: Chen-Yu Tsai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index 3bef1f39bc6e..1b0f7e4551ea 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts @@ -381,6 +381,11 @@ status = "okay"; }; +&usbdrd3 { + dr_mode = "host"; + status = "okay"; +}; + &usb_host0_ehci { status = "okay"; }; |