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

Commit 6aa5401d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: mdm: Add PPS and PPS_CLIENT_GPIO config"

parents 9602f1a7 b59c704a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1013,5 +1013,16 @@
				output-low;
			};
		};
		pinctrl_pps: ppsgrp {
			mux {
				pins = "gpio53";
				function = "nav_tsync_out_a";
			};

			config {
				pins = "gpio53";
				bias-pull-down;
			};
		};
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -1416,6 +1416,13 @@
		phy-addr = <0>;
		status = "disable";
	};
	pps {
		compatible = "pps-gpio";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_pps>;
		gpios = <&tlmm_pinmux 53 0>;
		status = "okay";
	};
};

#include "mdm9607-rpm-regulator.dtsi"
+2 −0
Original line number Diff line number Diff line
@@ -219,6 +219,8 @@ CONFIG_I2C_MSM_V2=y
CONFIG_SPI=y
CONFIG_SPI_QUP=y
CONFIG_SPI_SPIDEV=m
CONFIG_PPS=y
CONFIG_PPS_CLIENT_GPIO=y
CONFIG_PINCTRL_MDM9607=y
CONFIG_DEBUG_GPIO=y
CONFIG_GPIO_SYSFS=y