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

Commit bc5f58b9 authored by Prashanth Bhatta's avatar Prashanth Bhatta
Browse files

ARM: dts: msm: Add device entry for CNSS driver



Add CNSS platform driver device entry for msmzirc in order to
enable WLAN functionality.

Change-Id: I89c03534fc1c81c1729083cf69a72cde3ea44a78
Signed-off-by: default avatarPrashanth Bhatta <bhattap@codeaurora.org>
parent 8429a262
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -914,5 +914,16 @@
				output-low;
			};
		};

		cnss_pmux: cnss_pmux {
			qcom,pins = <&gp 95>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <0>;
			label = "cnss_pins";
			cnss_default: default {
				drive-strength = <16>;
				bias-pull-down;
			};
		};
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -257,4 +257,10 @@
		compatible = "regulator-fixed";
		regulator-name = "codec_2.15v";
	};

	wlan_vreg: wlan_vreg {
		compatible = "regulator-fixed";
		regulator-name = "wlan_vreg";
		regulator-always-on;
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -1320,6 +1320,17 @@

		linux,contiguous-region = <&peripheral1_mem>;
	};

	qcom,cnss {
		compatible = "qcom,cnss";
		wlan-en-gpio = <&msm_gpio 95 0>;
		vdd-wlan-supply = <&wlan_vreg>;
		qcom,notify-modem-status;
		pinctrl-names = "default";
		pinctrl-0 = <&cnss_default>;
		qcom,wlan-rc-num = <0>;
	};

};

&gdsc_usb30 {