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

Commit 613d62e4 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Fix typo with PM QoS devicetree entry for MDM9x40



Commit 02a73fe9 (ARM: dts: msmzirc: Add USB device related resources)
enabled required USB related resources and voting for PM QoS. Due to
typo with devicetree property of PM QoS voting, USB driver is not
voting for PM QoS.

Change-Id: I5797df7152c1284dd4bd52e257a2fdfd656706c7
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 7dd02a88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -878,7 +878,7 @@
	android_usb@86000c8 {
		reg = <0x086000c8 0xc8>;
		compatible = "qcom,android-usb";
		qcom,pm_qos_latency = <101 2001 30001>;
		qcom,pm-qos-latency = <101 2001 30001>;
	};

	qusb_phy: qusb@79000 {