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

Commit 113de6f5 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Invert interrupt polarity for K61 on mdm9650 CV2X



Invert the interrupt to be on rising edge for K61 since
the polarity has been reversed on the MCU firmware.

Change-Id: Ibf75de531d8226731c8d49c39a36e559a155554b
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 2e003568
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@
		spi-max-frequency = <4800000>;
		reg = <0>;
		interrupt-parent = <&tlmm_pinmux>;
		interrupts = <68 0>;
		interrupts = <68 IRQ_TYPE_EDGE_RISING>;
		reset-gpio = <&tlmm_pinmux 89 GPIO_ACTIVE_LOW>;
		pinctrl-names = "active", "sleep";
		pinctrl-0 = <&can_rst_on>;