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

Commit 033ff62d authored by Rama Aparna Mallavarapu's avatar Rama Aparna Mallavarapu
Browse files

ARM: dts: msm: Add suspendable LLCC Bandwidth OPP table



This patch adds suspendable LLCC bandwidth OPP table so that
clients can vote for 0mbps bandwidth in power collapse.

Change-Id: I86619b4d2dfa3126fe782babbfe9591d367178a3
Signed-off-by: default avatarRama Aparna Mallavarapu <aparnam@codeaurora.org>
parent 7f3b0bb0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -978,6 +978,18 @@
		BW_OPP_ENTRY( 1000, 16); /* 15258 MB/s */
	};

	suspendable_llcc_bw_opp_table: suspendable-llcc-bw-opp-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY(    0, 16); /*     0 MB/s */
		BW_OPP_ENTRY(  150, 16); /*  2288 MB/s */
		BW_OPP_ENTRY(  300, 16); /*  4577 MB/s */
		BW_OPP_ENTRY(  466, 16); /*  7110 MB/s */
		BW_OPP_ENTRY(  600, 16); /*  9155 MB/s */
		BW_OPP_ENTRY(  806, 16); /* 12298 MB/s */
		BW_OPP_ENTRY(  933, 16); /* 14236 MB/s */
		BW_OPP_ENTRY( 1000, 16); /* 15258 MB/s */
	};

	ddr_bw_opp_table: ddr-bw-opp-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY(  200, 4); /*   762 MB/s */