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

Commit 0e9f6197 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: change suspend pinctrl config for APQ8053 IOT devices"

parents 470fc5fa baf38345
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -108,5 +108,7 @@

	config {
		pins = "gpio85", "gpio86", "gpio87";
		/delete-property/ bias-pull-up;
		bias-pull-down;
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -155,3 +155,10 @@
&wcnss_fw_mem {
	reg = <0x0 0x89b00000 0x0 0x700000>;
};

&gpio_key_suspend {
	config {
		/delete-property/ bias-pull-up;
		bias-pull-down;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -52,5 +52,7 @@

	config {
		pins = "gpio85", "gpio86", "gpio87";
		/delete-property/ bias-pull-up;
		bias-pull-down;
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -58,3 +58,10 @@
		status = "disabled";
	};
};

&gpio_key_suspend {
	config {
		/delete-property/ bias-pull-up;
		bias-pull-down;
	};
};