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

Commit 1f502172 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Interconnect bus handling in video"

parents 270b842c 19a4e355
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -28,6 +28,16 @@
		qcom,allowed-clock-rates = <133330000 240000000 300000000
			384000000>;

		/* Bus Interconnects */
		interconnect-names = "venus-cnoc", "venus-ddr";
		interconnects = <&bimc MASTER_AMPSS_M0
					&config_noc SLAVE_VENUS_CFG>,
				<&mmnrt_virt MASTER_VIDEO_P0
					&bimc SLAVE_EBI>;
		/* Bus BW range (low, high) for each bus */
		qcom,bus-range-kbps = <1000 1000
					1000 2128000>;

		/* MMUs */
		non_secure_cb {
			compatible = "qcom,msm-vidc,context-bank";
+3 −0
Original line number Diff line number Diff line
@@ -1683,6 +1683,9 @@
		qcom,ahb-freq = <240000000>;

		qcom,pas-id = <9>;
		interconnect-names = "pil-venus";
		interconnects = <&mmnrt_virt MASTER_VIDEO_P0
					&bimc SLAVE_EBI>;
		qcom,proxy-timeout-ms = <100>;
		qcom,firmware-name = "venus";
		memory-region = <&pil_video_mem>;