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

Commit 98f81afc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add sleep state for PCIe0 CLKREQ for kona"

parents 70432821 42786010
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,10 +35,13 @@

		perst-gpio = <&tlmm 79 0>;
		wake-gpio = <&tlmm 81 0>;
		pinctrl-names = "default";
		pinctrl-names = "default", "sleep";
		pinctrl-0 = <&pcie0_clkreq_default
				&pcie0_perst_default
				&pcie0_wake_default>;
		pinctrl-1 = <&pcie0_clkreq_sleep
				&pcie0_perst_default
				&pcie0_wake_default>;

		gdsc-vdd-supply = <&pcie_0_gdsc>;
		vreg-1p8-supply = <&pm8150_l9>;
+13 −0
Original line number Diff line number Diff line
@@ -718,6 +718,19 @@
					bias-pull-up;
				};
			};

			pcie0_clkreq_sleep: pcie0_clkreq_sleep {
				mux {
					pins = "gpio80";
					function = "gpio";
				};

				config {
					pins = "gpio80";
					drive-strength = <2>;
					bias-pull-up;
				};
			};
		};

		pcie1 {