arm64: dts: rockchip: Enable USB3 for rk3328 Rock Pi E

Enable USB3 nodes for the Rock Pi E board.

The VBUS regulator device node was added when the board was first
introduced.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20210504083616.9654-4-wens@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Chen-Yu Tsai
2021-05-04 16:36:15 +08:00
committed by Heiko Stuebner
parent 75f9592733
commit bf340c8084

View File

@@ -382,6 +382,11 @@ &uart2 {
status = "okay";
};
&usbdrd3 {
dr_mode = "host";
status = "okay";
};
&usb_host0_ehci {
status = "okay";
};