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

Commit 611c3df5 authored by Chinmay Sawarkar's avatar Chinmay Sawarkar Committed by Vikash Garodia
Browse files

ARM: dts: msm: Remove governor from kona video



Devfreq governors have been replaced with internal
handling. New entry qcom,mode decides how the BW
is calculated. OPP tables are not required.

CRs-Fixed: 2384822
Change-Id: Ib566c76616d336f84a4fe0cc808502439de0b356
Signed-off-by: default avatarChinmay Sawarkar <chinmays@codeaurora.org>
Signed-off-by: default avatarVikash Garodia <vgarodia@codeaurora.org>
parent 53deebb2
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -49,9 +49,8 @@
			label = "cnoc";
			qcom,bus-master = <MSM_BUS_MASTER_AMPSS_M0>;
			qcom,bus-slave = <MSM_BUS_SLAVE_VENUS_CFG>;
			qcom,bus-governor = "performance";
			qcom,mode = "performance";
			qcom,bus-range-kbps = <762 762>;
			operating-points-v2 = <&venus_bus_cnoc_bw_table>;
		};

		venus_bus_ddr {
@@ -59,9 +58,8 @@
			label = "venus-ddr";
			qcom,bus-master = <MSM_BUS_MASTER_LLCC>;
			qcom,bus-slave = <MSM_BUS_SLAVE_EBI_CH0>;
			qcom,bus-governor = "msm-vidc-ddr";
			qcom,mode = "venus-ddr";
			qcom,bus-range-kbps = <762 6533000>;
			operating-points-v2 = <&suspendable_ddr_bw_opp_table>;
		};

		venus_bus_llcc {
@@ -69,9 +67,8 @@
			label = "venus-llcc";
			qcom,bus-master = <MSM_BUS_MASTER_VIDEO_P0>;
			qcom,bus-slave = <MSM_BUS_SLAVE_LLCC>;
			qcom,bus-governor = "msm-vidc-llcc";
			qcom,mode = "venuc-llcc";
			qcom,bus-range-kbps = <2288 6533000>;
			operating-points-v2 = <&suspendable_llcc_bw_opp_table>;
		};

		/* MMUs */
+0 −5
Original line number Diff line number Diff line
@@ -974,11 +974,6 @@
		operating-points-v2 = <&keepalive_opp_table>;
	};

	venus_bus_cnoc_bw_table: bus-cnoc-bw-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY( 200, 4);
	};

	llcc_bw_opp_table: llcc-bw-opp-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY(  150, 16); /*  2288 MB/s */