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

Commit baad7d90 authored by Chaitanya Pratapa's avatar Chaitanya Pratapa
Browse files

ARM: dts: msm: fix ipa clock voting values on lahaina

IPA AP doesn't access IMEM. So there is no need to vote for imem
from AP driver. Make a change to remove the vote. Also fix the
CNOC vote in SVS2 configuration.

Change-Id: I2d6b98140db30504c198b500727242814d26d97e
parent 6d6d845d
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -4422,31 +4422,30 @@
		clock-names = "core_clk";
		clocks = <&clock_rpmh RPMH_IPA_CLK>;
		qcom,interconnect,num-cases = <5>;
		qcom,interconnect,num-paths = <4>;
		qcom,interconnect,num-paths = <3>;
		interconnects = <&aggre2_noc MASTER_IPA &gem_noc SLAVE_LLCC>,
			<&mc_virt MASTER_LLCC &mc_virt SLAVE_EBI1>,
			<&aggre2_noc MASTER_IPA &config_noc SLAVE_IMEM>,
			<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_IPA_CFG>;
		interconnect-names = "ipa_to_llcc", "llcc_to_ebi1", "ipa_to_imem", "appss_to_ipa";
		interconnect-names = "ipa_to_llcc", "llcc_to_ebi1", "appss_to_ipa";
		/* No vote */
		qcom,no-vote =
		<0 0 0 0 0 0 0 0>;
		<0 0 0 0 0 0>;

		/* SVS2 */
		qcom,svs2 =
		<150000 600000 150000 1804000 75000 300000 0 76800>;
		<150000 600000 150000 1804000 0 74000>;

		/* SVS */
		qcom,svs =
		<625000 1200000 625000 3072000 312500 700000 0 150000>;
		<625000 1200000 625000 3072000 0 150000>;

		/* NOMINAL */
		qcom,nominal =
		<1250000 2400000 1250000 6220800 625000 1500000 0 400000>;
		<1250000 2400000 1250000 6220800 0 400000>;

		/* TURBO */
		qcom,turbo =
		<2000000 3500000 2000000 7219200 1000000 1920000 0 400000>;
		<2000000 3500000 2000000 7219200 0 400000>;

		qcom,bus-vector-names = "MIN", "SVS2", "SVS", "NOMINAL",
			"TURBO";