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

Commit a5edb4bd authored by Sunil Paidimarri's avatar Sunil Paidimarri
Browse files

ARM: dts: msm: Enable EMAC PPS0 in sdxpoorwills



Enable EMAC PPS0 output signal in sdxpoorwills.

Change-Id: I5ce1b73bd4418ca212520079ddfc5cb27973cec6
CRs-Fixed: 2300020
Acked-by: default avatarRahul Kawadgave <rahulak@qti.qualcomm.com>
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent 8e10ab0d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1683,6 +1683,21 @@
				};
			};
		};

		emac {
			emac_pin_pps_0: emac_pin_pps_0 {
				mux {
					pins = "gpio89";
					function = "emac_pps";
				};

				config {
					pins = "gpio89";
					drive-strength = <8>;	/* 8 mA */
					bias-disable;		/* NO PULL*/
				};
			};
		};
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -19,4 +19,6 @@

&emac_hw {
	emac-core-version = <5>;
	pinctrl-names = "dev-emac_pin_pps_0";
	pinctrl-0 = <&emac_pin_pps_0>;
};