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

Commit 2013fda2 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ARM: dts: msm: Change from GIC to PDC for wakeup irq on Kona

APPS wakeup irq should register to PDC interrupts instead
of GIC for PDC to wakeup APPS when the interrupt is triggered
on Kona target.

Change-Id: I33224b82dced8dc55a9e65b1ecb77c738ee72bb9
parent eabdf1c5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -39,8 +39,9 @@
			qcom,swr_master_id = <3>;
			qcom,mipi-sdw-block-packing-mode = <1>;
			swrm-io-base = <0x3230000 0x0>;
			interrupts = <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 624 IRQ_TYPE_LEVEL_HIGH>;
			interrupts-extended =
				<&intc GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>,
				<&pdc 109 IRQ_TYPE_LEVEL_HIGH>;
			interrupt-names = "swr_master_irq", "swr_wake_irq";
			qcom,swr-wakeup-required = <1>;
			qcom,swr-num-ports = <5>;
@@ -53,6 +54,7 @@
				<5 DMIC6 0x4>, <5 DMIC7 0x8>;
			qcom,swr-num-dev = <1>;
			qcom,swr-clock-stop-mode0 = <1>;
			qcom,swr-mstr-irq-wakeup-capable = <1>;
			wcd938x_tx_slave: wcd938x-tx-slave {
				compatible = "qcom,wcd938x-slave";
				reg = <0x0D 0x01170223>;