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

Commit 638fd1ec authored by Yan He's avatar Yan He
Browse files

ARM: dts: msm: add MDM2AP GPIO to PCIe endpoint on mdmcalifornium



Add MDM2AP GPIO to PCIe endpoint on mdmcalifornium which enables
MDM to notify its status to AP.

Change-Id: I7f217f97fc6b7bd693871ee1e107ef98733c68cb
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 4df3496e
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -337,6 +337,18 @@
					bias-pull-down;
					bias-pull-down;
				};
				};
			};
			};

			pcie0_mdm2apstatus_default: pcie0_mdm2apstatus_default {
				mux {
					pins = "gpio16";
					function = "gpio";
				};
				config {
					pins = "gpio16";
					drive-strength = <2>;
					bias-pull-down;
				};
			};
		};
		};


		/* UART HS CONFIGURATION */
		/* UART HS CONFIGURATION */
+2 −1
Original line number Original line Diff line number Diff line
@@ -451,11 +451,12 @@


		pinctrl-names = "default";
		pinctrl-names = "default";
		pinctrl-0 = <&pcie0_clkreq_default &pcie0_perst_default
		pinctrl-0 = <&pcie0_clkreq_default &pcie0_perst_default
				&pcie0_wake_default>;
			&pcie0_wake_default &pcie0_mdm2apstatus_default>;


		perst-gpio = <&tlmm_pinmux 65 0>;
		perst-gpio = <&tlmm_pinmux 65 0>;
		wake-gpio = <&tlmm_pinmux 61 0>;
		wake-gpio = <&tlmm_pinmux 61 0>;
		clkreq-gpio = <&tlmm_pinmux 64 0>;
		clkreq-gpio = <&tlmm_pinmux 64 0>;
		mdm2apstatus-gpio = <&tlmm_pinmux 16 0>;


		gdsc-vdd-supply = <&gdsc_pcie>;
		gdsc-vdd-supply = <&gdsc_pcie>;
		vreg-1.8-supply = <&pmdcalifornium_l5>;
		vreg-1.8-supply = <&pmdcalifornium_l5>;