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

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

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

parents a90c92a4 385f545f
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>;