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

Commit d363764f authored by Ashray Kulkarni's avatar Ashray Kulkarni Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add low power bus vectors for 8992 encoder



Add support for lowpower bus vectors. These bus vectors are
selected when encoder powersave mode is enabled, resulting in
lower power used for high resolution encoding.

Change-Id: I8af7739881473fbd7227a30ff25c3ff53fc6847f
Signed-off-by: default avatarAshray Kulkarni <ashrayk@codeaurora.org>
parent 36a3236d
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -2055,6 +2055,7 @@
					<68 604 1717000 3632000>;
				qcom,bus-configs = <0x30fcfff>;
			};

			qcom,msm-bus-client@6 {
				qcom,msm-bus,name = "venus-arm9-ddr";
				qcom,msm-bus,num-cases = <2>;
@@ -2065,6 +2066,25 @@
				qcom,bus-configs = <0x00000000>;
				qcom,bus-passive;
			};

			qcom,msm-bus-client@7 {
				qcom,msm-bus,name = "venc-ddr-lp";
				qcom,msm-bus,num-cases = <10>;
				qcom,msm-bus,num-paths = <1>;
				qcom,msm-bus,vectors-KBps =
					<63 512 0 0>,
					<63 512 61000 0>,
					<63 512 183000 0>,
					<63 512 183000 0>,
					<63 512 417000 0>,
					<63 512 417000 0>,
					<63 512 834000 0>,
					<63 512 975000 0>,
					<63 512 1044000 0>,
					<63 512 1218000 0>;
				qcom,bus-low-power;
				qcom,bus-configs = <0x1000414>;
			};
		};
	};