Commit bbac8bd6 authored by Cameron Nemo's avatar Cameron Nemo Committed by Heiko Stuebner

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.

[wens@csie.org: Rebased onto v5.12]
Signed-off-by: default avatarCameron Nemo <cnemo@tutanota.com>
[wens@csie.org: Rewrote commit message]
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20210504083616.9654-2-wens@kernel.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6efb943b
......@@ -381,6 +381,11 @@ &usb20_otg {
status = "okay";
};
&usbdrd3 {
dr_mode = "host";
status = "okay";
};
&usb_host0_ehci {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment