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

Commit ff7779fe authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable SMMU for WLAN IPA"

parents 9dcfb097 888de764
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -44,6 +44,36 @@
		enable-active-high;
		gpio = <&tlmm 71 GPIO_ACTIVE_HIGH>;
	};
	cnss_pcie: qcom,cnss {
		compatible = "qcom,cnss";
		reg = <0x10000000 0x10000000>,
		      <0x20000000 0x10000>;
		reg-names = "smmu_iova_base", "smmu_iova_ipa";

		wlan-en-gpio = <&tlmm 52 0>;
		vdd-wlan-supply = <&vreg_wlan>;
		vdd-wlan-xtal-supply = <&pmxpoorwills_l6>;
		vdd-wlan-io-supply = <&pmxpoorwills_l6>;
		qcom,notify-modem-status;
		pinctrl-names = "wlan_en_active", "wlan_en_sleep";
		pinctrl-0 = <&cnss_wlan_en_active>;
		pinctrl-1 = <&cnss_wlan_en_sleep>;
		qcom,wlan-rc-num = <0>;
		qcom,wlan-ramdump-dynamic = <0x200000>;
		qcom,smmu-s1-enable;
		qcom,msm-bus,name = "msm-cnss";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <2>;
		qcom,msm-bus,vectors-KBps =
				<45 512 0 0>, <1 512 0 0>,
				/* Upto 200 Mbps */
				<45 512 41421 655360>, <1 512 41421 655360>,
				/* Upto 400 Mbps */
				<45 512 98572 655360>, <1 512 98572 1600000>,
				/* Upto 800 Mbps */
				<45 512 207108 1146880>, <1 512 207108 3124992>;

	};
};

&i2c_3 {