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

Commit 34103b30 authored by David Dai's avatar David Dai Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add active-only governor for SNOC/CNOC for sdxpoorwills



Add dev_bw governors to keep SNOC, CNOC alive while APPS is on.

Change-Id: If0fbf96d87a3f2c88bb79ccccb6c9e26dbb5a7ee
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent d91ef6f6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -206,6 +206,16 @@
		mbox-names = "apps";
	};

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

	blsp1_uart2: serial@831000 {
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x831000 0x200>;