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

Commit 8c6abd2f authored by Tony Truong's avatar Tony Truong
Browse files

ARM: dts: msm: update MSM8994 PCIe nodes for pinctrl



Update MSM8994 PCIe nodes to include GPIO sleep state.

Change-Id: I8f09bb9acd97b898a12e1b7f8fd8132eb5dd73d9
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent 47811848
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1276,6 +1276,11 @@
				drive-strength = <2>;
				bias-pull-down;
			};

			pcie1_wake_sleep: pcie1_wake_sleep {
				drive-strength = <2>;
				bias-disable;
			};
		};

		pmx_sec_aux_pcm {
+2 −1
Original line number Diff line number Diff line
@@ -734,8 +734,9 @@
				"int_aer_legacy", "int_pls_link_up",
				"int_pls_link_down", "int_bridge_flush_n";

		pinctrl-names = "default";
		pinctrl-names = "default", "sleep";
		pinctrl-0 = <&pcie1_clkreq_default &pcie1_perst_default &pcie1_wake_default>;
		pinctrl-1 = <&pcie1_clkreq_default &pcie1_perst_default &pcie1_wake_sleep>;

		perst-gpio = <&msm_gpio 35 0>;
		wake-gpio = <&msm_gpio 37 0>;