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

Commit 5bbddcdd authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

ARM: dts: msm: Add keep alive bw voter for SDMMAGPIE



Introduce governor that keeps SNOC/CNOC alive with
a very small vote while CPU is active.

Change-Id: Ib4e712296421b5ee2a1bce496fbee7e5d0c16592
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 28bc13d8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3051,6 +3051,15 @@
		qcom,hw-settle-time = <200>;
		qcom,pre-scaling = <1 1>;
	};

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

&pm6150_adc_tm {