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

Commit cb84e269 authored by Vivek Kumar's avatar Vivek Kumar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Configure irq flag for blsp_uart2 in 8996 gvm



Configure irq flag as level high for blsp_uart2 wake-up
interrupt in msm8996 gvm.

Change-Id: I028ea5ea36da2a97c6878b763fcde1ebbbed9847
Signed-off-by: default avatarVivek Kumar <vivekuma@codeaurora.org>
parent 445cee88
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
#include <dt-bindings/interrupt-controller/irq.h>

/ {
	aliases {
		spi9 = &spi_9;
@@ -94,7 +96,7 @@
		    <0x7544000 0x2b000>;
		reg-names = "core_mem", "bam_mem";
		interrupt-names = "core_irq", "bam_irq", "wakeup_irq";
		interrupts = <0 108 0>, <0 238 0>, <0 810 0>;
		interrupts = <0 108 0>, <0 238 0>, <0 810 IRQ_TYPE_LEVEL_HIGH>;
		#address-cells = <0>;

		qcom,inject-rx-on-wakeup;