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

Commit 413e5f48 authored by Vijay Viswanath's avatar Vijay Viswanath
Browse files

ARM: dts: msm: Change eMMC master id for sdm670 bus voting



The hlos id for eMMC master, during data transfer from sdhc1 controller
to DDR, needs to be changed from MSM_BUS_MASTER_SDCC_1 to
MSM_BUS_MASTER_EMMC.

Change-Id: I192abcde2144408d024e88d94c647bcc4b5d8bd3
Signed-off-by: default avatarVijay Viswanath <vviswana@codeaurora.org>
parent 755735e7
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -2161,30 +2161,30 @@
		qcom,msm-bus,num-paths = <2>;
		qcom,msm-bus,vectors-KBps =
			/* No vote */
			<78 512 0 0>, <1 606 0 0>,
			<150 512 0 0>, <1 606 0 0>,
			/* 400 KB/s*/
			<78 512 1046 1600>,
			<150 512 1046 1600>,
			<1 606 1600 1600>,
			/* 20 MB/s */
			<78 512 52286 80000>,
			<150 512 52286 80000>,
			<1 606 80000 80000>,
			/* 25 MB/s */
			<78 512 65360 100000>,
			<150 512 65360 100000>,
			<1 606 100000 100000>,
			/* 50 MB/s */
			<78 512 130718 200000>,
			<150 512 130718 200000>,
			<1 606 133320 133320>,
			/* 100 MB/s */
			<78 512 130718 200000>,
			<150 512 130718 200000>,
			<1 606 150000 150000>,
			/* 200 MB/s */
			<78 512 261438 400000>,
			<150 512 261438 400000>,
			<1 606 300000 300000>,
			/* 400 MB/s */
			<78 512 261438 400000>,
			<150 512 261438 400000>,
			<1 606 300000 300000>,
			/* Max. bandwidth */
			<78 512 1338562 4096000>,
			<150 512 1338562 4096000>,
			<1 606 1338562 4096000>;
		qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
			100000000 200000000 400000000 4294967295>;