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

Commit 1cff7c27 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: add vfe1 node on msm8937



Add VFE1 master node and also correct the name of
the NoC mentioned for the multimedia masters.

Change-Id: Ib178d696dd19e3cf760cc6edaa6cdfc1dc4a924d
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 61a16a5e
Loading
Loading
Loading
Loading
+18 −5
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@
			qcom,qport = <6>;
			qcom,qos-mode = "bypass";
			qcom,connections = <&slv_snoc_bimc_2>;
			qcom,bus-dev = <&fab_snoc>;
			qcom,bus-dev = <&fab_snoc_mm>;
			qcom,mas-rpm-id = <ICBID_MASTER_JPEG>;
		};

@@ -322,7 +322,7 @@
			qcom,qport = <7>;
			qcom,qos-mode = "bypass";
			qcom,connections = <&slv_snoc_bimc_0>;
			qcom,bus-dev = <&fab_snoc>;
			qcom,bus-dev = <&fab_snoc_mm>;
			qcom,mas-rpm-id = <ICBID_MASTER_MDP>;
		};

@@ -349,7 +349,7 @@
			qcom,qport = <8>;
			qcom,qos-mode = "bypass";
			qcom,connections = <&slv_snoc_bimc_2>;
			qcom,bus-dev = <&fab_snoc>;
			qcom,bus-dev = <&fab_snoc_mm>;
			qcom,mas-rpm-id = <ICBID_MASTER_VIDEO>;
		};

@@ -362,10 +362,23 @@
			qcom,qport = <9>;
			qcom,qos-mode = "bypass";
			qcom,connections = <&slv_snoc_bimc_0>;
			qcom,bus-dev = <&fab_snoc>;
			qcom,bus-dev = <&fab_snoc_mm>;
			qcom,mas-rpm-id = <ICBID_MASTER_VFE>;
		};

		mas_vfe1: mas-vfe1 {
			cell-id = <MSM_BUS_MASTER_VFE1>;
			label = "mas-vfe1";
			qcom,buswidth = <16>;
			qcom,agg-ports = <1>;
			qcom,ap-owned;
			qcom,qport = <13>;
			qcom,qos-mode = "bypass";
			qcom,connections = <&slv_snoc_bimc_0>;
			qcom,bus-dev = <&fab_snoc_mm>;
			qcom,mas-rpm-id = <ICBID_MASTER_VFE1>;
		};

		mas_cpp: mas-cpp {
			cell-id = <MSM_BUS_MASTER_CPP>;
			label = "mas-cpp";
@@ -375,7 +388,7 @@
			qcom,qport = <12>;
			qcom,qos-mode = "bypass";
			qcom,connections = <&slv_snoc_bimc_2>;
			qcom,bus-dev = <&fab_snoc>;
			qcom,bus-dev = <&fab_snoc_mm>;
			qcom,mas-rpm-id = <ICBID_MASTER_CPP>;
		};