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

Commit 2f8811e4 authored by Bernhard Thoben's avatar Bernhard Thoben
Browse files

Satsuki: Enabling 2nd sim detection

Change-Id: I29ff0b02fee34dc14ad8961f14bc798e0a4e56f6
parent a92cffc9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
			vdd_ana-supply  = <&pm8994_l32>;
			vdd_io-supply   = <&pm8994_l32>;
			fpc,use_fpc2050 = <1>;
			fpc,enable-wakeup = <1>;

			spi-max-frequency = <4800000>;
			spi-qup-id = <1>;
+12 −0
Original line number Diff line number Diff line
@@ -37,6 +37,18 @@
			pinctrl-1 = <&msm_gpio_29_nfc_sus &msm_gpio_30_sus>;
		};
	};

	sim_detect {
		compatible = "sim-detect";
		interrupt-parent = <&msm_gpio>;
		interrupts = <52 0>;

		sim2_det {
			label = "sim2-detection";
			gpios = <&msm_gpio 52 0x0>;
			debounce-interval = <10>;
		};
	};
};

&pm8994_gpios {