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

Commit cd753f0c authored by Sarada Prasanna Garnayak's avatar Sarada Prasanna Garnayak
Browse files

ARM: dts: msm: update icnss device node for msm8998-interposer



1. Status enabled for icnss platform driver probe.
2. Added smmu sid for wlan copy engine.
3. Added vadc and adc_tm voltage regulator entry for wlan
   calibration data.

CRs-Fixed: 1104976
Change-Id: Ic8c9657752271026d796ecd6c3b9f9f46f831f37
Signed-off-by: default avatarSarada Prasanna Garnayak <sgarna@codeaurora.org>
parent ba4fdd98
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2886,7 +2886,6 @@
	};

	 qcom,icnss@18800000 {
		status = "disabled";
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>,
		      <0x10AC000 0x20>,
@@ -2894,6 +2893,8 @@
		      <0xb0000000 0x10000>;
		reg-names = "membase", "mpm_config",
			    "smmu_iova_base", "smmu_iova_ipa";
		iommus = <&anoc2_smmu 0x1900>,
			<&anoc2_smmu 0x1901>;
		interrupts = <0 413 0 /* CE0 */ >,
			     <0 414 0 /* CE1 */ >,
			     <0 415 0 /* CE2 */ >,
@@ -2907,6 +2908,8 @@
			     <0 424 0 /* CE10 */ >,
			     <0 425 0 /* CE11 */ >;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,icnss-vadc = <&pmfalcon_vadc>;
		qcom,icnss-adc_tm = <&pmfalcon_adc_tm>;
	};

	tspp: msm_tspp@0c1e7000 {