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

Commit 385f545f authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

ARM: dts: msm: Remove the pps support in sdxprairie



Revert the change to support pps in emac hw.

Change-Id: I826dfda247b0dd743055c9c40020ae935b68cabe
Acked-by: default avatarRahul Kawadgave <rahulak@qti.qualcomm.com>
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent a8870528
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -1435,32 +1435,5 @@
			};
		};

		emac {
			emac_pin_pps_0: emac_pin_pps_0 {
				mux {
					pins = "gpio106";
					function = "emac_PPS0";
				};

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

			emac_pin_pps_1: emac_pin_pps_1 {
				mux {
					pins = "gpio95";
					function = "emac_PPS1";
				};

				config {
					pins = "gpio95";
					drive-strength = <8>;	/* 8 mA */
					bias-disable;	/* NO PULL*/
				};
			};
		};
	};
};
+0 −4
Original line number Diff line number Diff line
@@ -1215,10 +1215,6 @@
		gdsc_emac-supply = <&gdsc_emac>;
		mboxes = <&qmp_aop 0>;
		mbox-names = "emac_aop";
		pinctrl-names = "dev-emac_pin_pps_0",
			"dev-emac_pin_pps_1";
		pinctrl-0 = <&emac_pin_pps_0>;
		pinctrl-1 = <&emac_pin_pps_1>;

		io-macro-info {
			io-macro-bypass-mode = <0>;