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

Commit 20942c74 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Set qcom,default-mode-none for sec USB on kona



Secondary USB controller is starting in peripheral mode by default
on QRD. Secondary USB port is not present on QRD. Set
qcom,default-mode-none so that USB controller and phy enter into
low power mode.

Change-Id: I5ecba5c8359152a2937ac941749dfd7a83d8a371
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 015edd29
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -636,6 +636,10 @@
	};
};

&usb1 {
	qcom,default-mode-none;
};

&wil6210 {
	status = "ok";
};