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

Commit 54f9d879 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: add IPA node for msm8940



Add IPA node to the msm8940 topology.

Change-Id: I69d23f4efcdb3c3913ad1dcd290403ef2c3e7abd
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent ec82f6fd
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -22,3 +22,20 @@
	soc: soc { };

};

&ad_hoc_bus {
	mas_ipa: mas-ipa {
		cell-id = <MSM_BUS_MASTER_IPA>;
		label = "mas-ipa";
		qcom,buswidth = <8>;
		qcom,agg-ports = <1>;
		qcom,ap-owned;
		qcom,qport = <14>;
		qcom,qos-mode = "fixed";
		qcom,connections = <&snoc_int_1 &slv_snoc_bimc_1>;
		qcom,prio1 = <0>;
		qcom,prio0 = <0>;
		qcom,bus-dev = <&fab_snoc>;
		qcom,mas-rpm-id = <ICBID_MASTER_IPA>;
	};
};