Commit bf340c80 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Heiko Stuebner

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: default avatarChen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20210504083616.9654-4-wens@kernel.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 75f95927
......@@ -382,6 +382,11 @@ &uart2 {
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