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

Commit ef1dd1e0 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: Add device entry for CNSS driver"

parents d16b63d4 bc5f58b9
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
@@ -1322,6 +1322,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 {