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

Commit 848b8b42 authored by Hareesh Gundu's avatar Hareesh Gundu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update DDR bandwidth opp table for lagoon GPU

Use bus driver DDR bandwidth opp table for GPU bus voting.
This will ensure there is no difference in bus driver and
GPU driver DDR opp table entries.

Change-Id: I1a10cada4d3247366a1626f962dd7f929b7d6f5e
parent c3f63a85
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -15,27 +15,11 @@
		operating-points-v2 = <&gpu_opp_table>;
	};

	ddr_bw_opp_table: ddr-bw-opp-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY( 200, 4); /*  762 MB/s */
		BW_OPP_ENTRY( 300, 4); /* 1144 MB/s */
		BW_OPP_ENTRY( 451, 4); /* 1720 MB/s */
		BW_OPP_ENTRY( 547, 4); /* 2086 MB/s */
		BW_OPP_ENTRY( 681, 4); /* 2597 MB/s */
		BW_OPP_ENTRY( 768, 4); /* 2929 MB/s */
		BW_OPP_ENTRY(1017, 4); /* 3879 MB/s */
		BW_OPP_ENTRY(1353, 4); /* 5161 MB/s */
		BW_OPP_ENTRY(1555, 4); /* 5931 MB/s */
		BW_OPP_ENTRY(1804, 4); /* 6881 MB/s */
		BW_OPP_ENTRY(2092, 4); /* 7980 MB/s */
	};


	gpubw: qcom,gpubw {
		compatible = "qcom,devbw";
		governor = "bw_vbif";
		qcom,src-dst-ports = <26 512>;
		operating-points-v2 = <&ddr_bw_opp_table>;
		operating-points-v2 = <&suspendable_ddr_bw_opp_table>;
	};

	gpu_opp_table: gpu-opp-table {