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

Commit 6e7f2d6c authored by wumeif's avatar wumeif Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add wakeup_irq for hs_uart2



hs_uart need Rx work as wakeup irq.

Change-Id: Idb1e1e04d0dd8316c5d71c470736f3bb3c1824cc
Signed-off-by: default avatarWumei Fang <wumeif@codeaurora.org>
parent c81ea141
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -118,14 +118,15 @@
		reg = <0x78b0000 0x200>,
			<0x7884000 0x1f000>;
		reg-names = "core_mem", "bam_mem";
		interrupt-names = "core_irq", "bam_irq";
		interrupt-names = "core_irq", "bam_irq", "wakeup_irq";
		#address-cells = <0>;
		interrupt-parent = <&blsp1_uart2_hs>;
		interrupts = <0 1>;
		interrupts = <0 1 2>;
		#interrupt-cells = <1>;
		interrupt-map-mask = <0xffffffff>;
		interrupt-map = <0 &intc 0 108 0
				1 &intc 0 238 0>;
				1 &intc 0 238 0
				2 &msm_gpio 21 0>;
		qcom,inject-rx-on-wakeup;
		qcom,rx-char-to-inject = <0xfd>;
		qcom,master-id = <86>;