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

Commit 4833a084 authored by Rishi Gupta's avatar Rishi Gupta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: sa515m: correct sideband wakeup gpio numbers



This commit populates gpio numbers as per sa515m ccard55
and moves sideband wake up specific nodes and properties
to ccard specific device tree files from common device
tree file.

Change-Id: I4f162972dbabcb458424b5b76509cc42080ff753
Signed-off-by: default avatarRishi Gupta <rishgupt@codeaurora.org>
parent d6a4bbcf
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -643,3 +643,17 @@
		};
	};
};

&tlmm {
	wakeup_gpio_default: wakeup_gpio_default {
		mux {
			pins = "gpio96";
			function = "gpio";
		};
		config {
			pins = "gpio96";
			drive-strength = <2>;
			bias-pull-down;
		};
	};
};
+0 −13
Original line number Diff line number Diff line
@@ -1685,18 +1685,5 @@
				bias-pull-down;
			};
		};

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

			config {
				pins = "gpio22";
				drive-strength = <2>;
				bias-pull-down;
			};
		};
	};
};
+0 −4
Original line number Diff line number Diff line
@@ -1607,10 +1607,6 @@
		qcom,status-in-gpio = <&tlmm 64 0x00>;
		qcom,status-out-gpio = <&tlmm 63 0x00>;
		qcom,status-out2-gpio = <&tlmm 66 0x00>;
		qcom,wakeup-gpio-in = <&tlmm 87 0x00>;
		qcom,wakeup-gpio-out = <&tlmm 22 0x00>;
		pinctrl-names = "default";
		pinctrl-0 = <&wakeup_gpio_default>;
		status = "disabled";
	};
};