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

Commit bd8e9fb3 authored by Anant Goel's avatar Anant Goel
Browse files

ARM: dts: msm: Add CNSS pin definitions for sdmshrike



Provide device tree entries for CNSS pin definitions
needed by sdmshrike.

Change-Id: Id9b8ea8dc3a59acf64d586355fe2894040c725db
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent df3d8915
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -2714,6 +2714,35 @@
			};
		};

		cnss_pins {
			cnss_wlan_en_active: cnss_wlan_en_active {
				mux {
					pins = "gpio169";
					function = "gpio";
				};

				config {
					pins = "gpio169";
					drive-strength = <16>;
					output-high;
					bias-pull-up;
				};
			};
			cnss_wlan_en_sleep: cnss_wlan_en_sleep {
				mux {
					pins = "gpio169";
					function = "gpio";
				};

				config {
					pins = "gpio169";
					drive-strength = <2>;
					output-low;
					bias-pull-down;
				};
			};
		};

		audio_ioexp_reset_active: audio_ioexp_reset_active {
			mux {
				pins = "gpio166";