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

Commit e83a8dcf authored by Pratham Pratap's avatar Pratham Pratap
Browse files

ARM: dts: msm: Specify NOMINAL bus vote for sdmmagpie



DWC3 driver exposes a sysfs node to let user change
its bus vote to a lower or min value. Currently there
are three entries in the DT for sdmmagpie. But in order
to support MIN and NOMINAL bus votes it should be aligned
with driver. Driver expects DT entries for bus votes as:

NONE
NOMINAL
SVS
MIN
MAX

This change specifies NOMINAL bus vote to align with
dwc3 driver.

Change-Id: I4148638be4c110d4720732416f71be3583a938f3
Signed-off-by: default avatarPratham Pratap <prathampratap@codeaurora.org>
parent f43dabe3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
		qcom,pm-qos-latency = <62>;

		qcom,msm-bus,name = "usb0";
		qcom,msm-bus,num-cases = <3>;
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <3>;
		qcom,msm-bus,vectors-KBps =
			/*  suspend vote */
@@ -63,6 +63,12 @@
			<MSM_BUS_MASTER_USB3 MSM_BUS_SLAVE_IPA_CFG 0 0>,
			<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_USB3 0 0>,

			/*  nominal vote */
			<MSM_BUS_MASTER_USB3
				MSM_BUS_SLAVE_EBI_CH0 1000000 2500000>,
			<MSM_BUS_MASTER_USB3 MSM_BUS_SLAVE_IPA_CFG 0 2400>,
			<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_USB3 0 40000>,

			/*  svs vote */
			<MSM_BUS_MASTER_USB3
				MSM_BUS_SLAVE_EBI_CH0 240000 700000>,