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

Commit 5d060faa authored by Anurag Chouhan's avatar Anurag Chouhan
Browse files

ARM: dts: msm: Enable icnss for sm6150



Enable icnss node for sm6150.
Add iova address into the sm6150 to enable ipa and smmu.
Add msa fixed region.

Change-Id: I8bb76e4f1b4d1912cb8268f84de0753d5e437d43
Signed-off-by: default avatarAnurag Chouhan <achouhan@codeaurora.org>
parent 90d7baa9
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2478,10 +2478,12 @@
	};

	icnss: qcom,icnss@18800000 {
		status = "disabled";
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>;
		reg-names = "membase";
		reg = <0x18800000 0x800000>,
		      <0xa0000000 0x10000000>,
		      <0xb0000000 0x10000>;
		reg-names = "membase", "smmu_iova_base", "smmu_iova_ipa";
		iommus = <&apps_smmu 0x1640 0x1>;
		interrupts = <0 414 0 /* CE0 */ >,
			     <0 415 0 /* CE1 */ >,
			     <0 416 0 /* CE2 */ >,
@@ -2496,6 +2498,7 @@
			     <0 425 0 /* CE11 */ >;
		qcom,smmu-s1-bypass;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,wlan-msa-fixed-region = <&wlan_msa_mem>;
		vdd-0.8-cx-mx-supply = <&pm6150_l9>;
		vdd-1.8-xo-supply = <&pm6150l_l1>;
		vdd-1.3-rfa-supply = <&pm6150l_l2>;