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

Commit 669dbbc3 authored by Yue Ma's avatar Yue Ma
Browse files

ARM: dts: msm: Add TCS CMD registers for WLAN in Kona

These registers are used for WLAN driver to config WLAN PDC
in Kona.

Change-Id: I54359c7352e7c90bc0b2b589bceee7e02a6f0404
parent eabdf1c5
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3418,10 +3418,11 @@
		status = "ok";
	};

	qcom,cnss-qca6390@a0000000 {
	qcom,cnss-qca6390@b0000000 {
		compatible = "qcom,cnss-qca6390";
		reg = <0xb0000000 0x10000>;
		reg-names = "smmu_iova_ipa";
		reg = <0xb0000000 0x10000>,
		      <0xb2e5510 0x5c0>;
		reg-names = "smmu_iova_ipa", "tcs_cmd";
		wlan-en-gpio = <&tlmm 20 0>;
		pinctrl-names = "wlan_en_active", "wlan_en_sleep";
		pinctrl-0 = <&cnss_wlan_en_active>;