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

Commit e951ef17 authored by Rishi Gupta's avatar Rishi Gupta
Browse files

ARM: dts: sa2150p: use gpio 77 for wakeup on sa2150p side



The GPIO 77 is connected to remote processor on the other
end. This commit populates correct GPIO number on the
sa2150p side.

Change-Id: Ibe8c2702d186fe07a669102b97f74e01d8075438
Signed-off-by: default avatarRishi Gupta <rishgupt@codeaurora.org>
parent 931e92be
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -54,3 +54,22 @@
	/delete-node/ wlan_msa_region@88E0000;
	/delete-node/ wlan_fw_mem@86400000;
};

&tlmm {
	wakeup_gpio_default: wakeup_gpio_default {
		mux {
			pins = "gpio77";
			function = "gpio";
		};

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

&sdx_ext_ipc {
	qcom,wakeup-gpio-out = <&tlmm 77 0x00>;
};
+19 −0
Original line number Diff line number Diff line
@@ -128,3 +128,22 @@
	/delete-node/ wlan_msa_region@88E0000;
	/delete-node/ wlan_fw_mem@86400000;
};

&tlmm {
	wakeup_gpio_default: wakeup_gpio_default {
		mux {
			pins = "gpio77";
			function = "gpio";
		};

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

&sdx_ext_ipc {
	qcom,wakeup-gpio-out = <&tlmm 77 0x00>;
};