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

Commit 4155e4fd authored by Chinmay Sawarkar's avatar Chinmay Sawarkar
Browse files

ARM: dts: msm: Use suspendable ddr opp tables for kona



Zero is a valid bw vote for video usecase and hence
suspendable OPP tables need to be used.

CRs-Fixed: 2384822
Change-Id: I07682b066890a66b773dcfe294223ef69c1a9319
Signed-off-by: default avatarChinmay Sawarkar <chinmays@codeaurora.org>
parent 033ff62d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
			qcom,bus-slave = <MSM_BUS_SLAVE_EBI_CH0>;
			qcom,bus-governor = "msm-vidc-ddr";
			qcom,bus-range-kbps = <762 6533000>;
			operating-points-v2 = <&ddr_bw_opp_table>;
			operating-points-v2 = <&suspendable_ddr_bw_opp_table>;
		};

		venus_bus_llcc {
@@ -72,7 +72,7 @@
			qcom,bus-slave = <MSM_BUS_SLAVE_LLCC>;
			qcom,bus-governor = "msm-vidc-llcc";
			qcom,bus-range-kbps = <2288 6533000>;
			operating-points-v2 = <&llcc_bw_opp_table>;
			operating-points-v2 = <&suspendable_llcc_bw_opp_table>;
		};

		/* MMUs */