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

Commit 2e2310f3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add secondary USB port support on HDK845"

parents 3260c9ac 108352a9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -22,3 +22,19 @@
&sdhc_2 {
	cd-gpios = <&tlmm 126 GPIO_ACTIVE_LOW>;
};

&usb1 {
	status = "ok";
	dwc3@a800000 {
		maximum-speed = "high-speed";
		dr_mode = "host";
	};
};

&qusb_phy1 {
	status = "ok";
};

&usb_qmp_phy {
	status = "ok";
};