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

Commit d88aac06 authored by Santosh Mardi's avatar Santosh Mardi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add cpu7 qos latfloor device on shima

Create a qos latfloor device on shima target to cover
compute bound workloads running on cpu7 above 2.0 GHz.

Change-Id: I4a437076d9dfb0217d6b957d010e142509641069
parent 6fb90973
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -2464,6 +2464,13 @@
		mboxes = <&qmp_aop 0>;
	};

	cpu7_cpu_ddr_qoslatfloor: qcom,cpu7-cpu-ddr-qoslatfloor {
		compatible = "qcom,devfreq-qoslat";
		governor = "mem_latency";
		operating-points-v2 = <&qoslat_opp_table>;
		mboxes = <&qmp_aop 0>;
	};

	cpu0_cpu_l3_tbl: qcom,cpu0-cpu-l3-tbl {
		qcom,core-dev-table =
			<  300000  300000000 >,
@@ -2733,6 +2740,16 @@
				<  300000 1 >,
				< 3000000 2 >;
		};

		cpu7_qoslatmon: qcom,cpu7-qoslatmon {
			compatible = "qcom,arm-memlat-mon";
			qcom,cpulist = <&CPU7>;
			qcom,target-dev = <&cpu7_cpu_ddr_qoslatfloor>;
			qcom,cachemiss-ev = <0x1000>;
			qcom,core-dev-table =
				< 2169600 1 >,
				< 2707200 2 >;
		};
	};

	qcom,sps {