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

Commit 40c781f0 authored by Ralf Herz's avatar Ralf Herz Committed by Mangesh Kunchamwar
Browse files

ARM: dts: msm: Add ep92 audio_mute pin



The external EP92 chip provides a dedicated line to signal mute
condition. Add IRQ and GPIO information for the same.
Also add the IRQ to wakeup HLOS on EP92 events.

Change-Id: Iaa6d5b0fac7f872e5a2c0b4908fe9b91d8918911
Signed-off-by: default avatarRalf Herz <rherz@codeaurora.org>
parent 2c840c5f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -56,6 +56,10 @@
		status = "okay";
		compatible = "explore,ep92a6";
		reg = <0x64>;
		interrupt-parent = <&tlmm>;
		interrupts = <107 IRQ_TYPE_EDGE_FALLING>,
			     <104 IRQ_TYPE_EDGE_RISING>;
		mute-gpio = <&tlmm 104 0>;
		pinctrl-names = "default";
		pinctrl-0 = <&ep_reset_n_active &ep_mute_active &ep_int_active>;
	};