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

Commit fadf7827 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 PCIe2 PERST and WAKE GPIO on MSM8996AU CDP"

parents 3a2ea6ce 58b2caed
Loading
Loading
Loading
Loading
+46 −0
Original line number Diff line number Diff line
@@ -514,6 +514,49 @@
		};
	};

	pinctrl@01010000 {
		pcie2 {
			pcie2_perst_default: pcie2_perst_default {
				mux {
					pins = "gpio90";
					function = "gpio";
				};

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

			pcie2_wake_default: pcie2_wake_default {
				mux {
					pins = "gpio54";
					function = "gpio";
				};

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

			pcie2_wake_sleep: pcie2_wake_sleep {
				mux {
					pins = "gpio54";
					function = "gpio";
				};

				config {
					pins = "gpio54";
					drive-strength = <2>;
					bias-disable;
				};
			};
		};
	};

	gen-vkeys {
		compatible = "qcom,gen-vkeys";
		label = "synaptics_dsx";
@@ -901,6 +944,9 @@
};

&pcie2 {
	perst-gpio = <&tlmm 90 0>;
	wake-gpio = <&tlmm 54 0>;

	/delete-property/ qcom,ep-wakeirq;
};