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

Commit 5773fdf5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm8909: Add bus bandwidth table"

parents 5a3f8f55 fd9bd6e7
Loading
Loading
Loading
Loading
+30 −1
Original line number Diff line number Diff line
@@ -415,7 +415,7 @@
		qcom,sw-power-collapse;
		qcom,load-freq-tbl =
			<244800 266670000 0xffffffff>, /* 1080p@30 Decode */
			<244800 300000000 0x55555555>, /* 1080p@30 Encode */
			<244800 307200000 0x55555555>, /* 1080p@30 Encode */
			<144000 266670000 0x55555555>, /* VGA@60 X 2 */
			<108000 133330000 0xffffffff>, /* 720p@30 Decode */
			<54000 133330000 0x55555555>; /* HVGA@90 Encode */
@@ -446,6 +446,35 @@
				qcom,vidc-partition-buffer-types = <0x480>;
			};
		};
		qcom,msm-bus-clients {
			qcom,msm-bus-client@0 {
				qcom,msm-bus,name = "venc-ddr";
				qcom,msm-bus,num-cases = <6>;
				qcom,msm-bus,num-paths = <1>;
				qcom,msm-bus,vectors-KBps =
					<63 512 0 0>,
					<63 512 117200 0>, /* VGA 30 fps */
					<63 512 234400 0>, /* VGA 60 fps */
					<63 512 351700 0>, /* 720p 30 fps */
					<63 512 698000 0>, /* 720p 60 fps */
					<63 512 698000 0>; /* 1080p 30 fps */
				qcom,bus-configs = <0x00000004>;
			};

			qcom,msm-bus-client@1 {
				qcom,msm-bus,name = "vdec-ddr";
				qcom,msm-bus,num-cases = <6>;
				qcom,msm-bus,num-paths = <1>;
				qcom,msm-bus,vectors-KBps =
					<63 512 0 0>,
					<63 512 112400 0>, /* VGA 30 fps */
					<63 512 224800 0>, /* VGA 60 fps */
					<63 512 337200 0>, /* 720p 30 fps */
					<63 512 758800 0>, /* 720p 60 fps */
					<63 512 758800 0>; /* 1080p 30 fps */
				qcom,bus-configs = <0x0f00000c>;
			};
		};
	};

	qcom,smem@87d00000 {