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

Commit c980a9e9 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add OPP handle for powersave governor for sdmmagpie



OPP handle is required to keep SNOC/CNOC alive with
a very small vote while CPU is active.

Change-Id: Ie4f4516045518211e739194ce1b10b68cf054feb
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent a510f95c
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -2883,13 +2883,20 @@
		memory-region = <&pil_ipa_fw_mem>;
	};

	keepalive_opp_table: keepalive-opp-table {
		compatible = "operating-points-v2";
		opp-1 {
			opp-hz = /bits/ 64 < 1 >;
		};
	};

	snoc_cnoc_keepalive: qcom,snoc_cnoc_keepalive {
		compatible = "qcom,devbw";
		governor = "powersave";
		qcom,src-dst-ports = <161 627>;
		qcom,src-dst-ports = <1 627>;
		qcom,active-only;
		status = "ok";
		qcom,bw-tbl = < 1 >;
		operating-points-v2 = <&keepalive_opp_table>;
	};

	bus_proxy_client: qcom,bus_proxy_client {