Commit 389206e8 authored by Vivek Unune's avatar Vivek Unune Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Fix usb-c on Hugsun X99 TV Box



Fix usb-c on X99 TV Box. Tested with armbian w/ kernel 5.3

Signed-off-by: default avatarVivek Unune <npcomplete13@gmail.com>
Link: https://lore.kernel.org/r/20190929032230.24628-1-npcomplete13@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5234c145
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -644,7 +644,7 @@
	status = "okay";

	u2phy0_host: host-port {
		phy-supply = <&vcc5v0_host>;
		phy-supply = <&vcc5v0_typec>;
		status = "okay";
	};

@@ -712,7 +712,7 @@

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

&usbdrd3_1 {