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

Commit a19c4c14 authored by Sunil Paidimarri's avatar Sunil Paidimarri
Browse files

ARM: dts: msm: Add no vote option for EMAC clocks in sdxpoorwills



Update clock vector for EMAC memory and config clocks.
Add option to vote for zero bandwidth.

Change-Id: Ib1b536d8b68bf4df677dfebaa39caf8a4e640394
CRs-Fixed: 2122162
Acked-by: default avatarRahul Kawadgave <rahulak@qti.qaulcomm.com>
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent 202aa1fb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1252,9 +1252,10 @@
			"rx-ch0-intr", "rx-ch1-intr",
			"rx-ch2-intr", "rx-ch3-intr";
		qcom,msm-bus,name = "emac";
		qcom,msm-bus,num-cases = <3>;
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <2>;
		qcom,msm-bus,vectors-KBps =
			<98 512 0 0>, <1 781 0 0>,  /* No vote */
			<98 512 1250 0>, <1 781 0 40000>,  /* 10Mbps vote */
			<98 512 12500 0>, <1 781 0 40000>,  /* 100Mbps vote */
			<98 512 125000 0>, <1 781 0 40000>; /* 1000Mbps vote */