Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7152ea7d authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

arm64: dts: rockchip: enable usb3 controllers on rk3399-firefly



This allows basic usage of usb3 devices but no typec specific things yet.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 2eca8411
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -698,3 +698,21 @@
&usb_host1_ohci {
	status = "okay";
};

&usbdrd3_0 {
	status = "okay";
};

&usbdrd_dwc3_0 {
	status = "okay";
	dr_mode = "otg";
};

&usbdrd3_1 {
	status = "okay";
};

&usbdrd_dwc3_1 {
	status = "okay";
	dr_mode = "host";
};