arm64: dts: rockchip: Enable USB3 for rk3328 Rock Pi E
authorChen-Yu Tsai <wens@csie.org>
Tue, 4 May 2021 08:36:15 +0000 (16:36 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 9 May 2021 23:52:45 +0000 (01:52 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts

index c7e31ef..0753895 100644 (file)
        status = "okay";
 };
 
+&usbdrd3 {
+       dr_mode = "host";
+       status = "okay";
+};
+
 &usb_host0_ehci {
        status = "okay";
 };