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

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

ARM: dts: sa2145p: enable side band wake up support



This commit enables device tree entries required for
sa2145p to wake up EAP through GPIO.

Change-Id: I88d73b3983fdbf634c879fe1f6a2759fe926b22a
Signed-off-by: default avatarRishi Gupta <rishgupt@codeaurora.org>
parent 4c326afe
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -24,6 +24,19 @@
			output-high;
		};
	};

	wakeup_gpio_default: wakeup_gpio_default {
		mux {
			pins = "gpio79";
			function = "gpio";
		};

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

&pcie0_perst_default {
@@ -166,6 +179,14 @@
			};
		};
	};

	sdx_ext_ipc: qcom,sdx_ext_ipc {
		compatible = "qcom,sdx-ext-ipc";
		qcom,wakeup-gpio-in = <&tlmm 14 0x00>;
		qcom,wakeup-gpio-out = <&tlmm 79 0x00>;
		pinctrl-names = "default";
		pinctrl-0 = <&wakeup_gpio_default>;
	};
};

&thermal_zones {
+0 −1
Original line number Diff line number Diff line
@@ -188,7 +188,6 @@
		pinctrl-names = "default";
		pinctrl-0 = <&wakeup_gpio_default>;
	};

};

&thermal_zones {