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

Commit f5526dd3 authored by Abir Ghosh's avatar Abir Ghosh Committed by Gerrit - the friendly Code Review server
Browse files

qbt: Make IPC irq falling edge triggered



Change the IPC irq trigger from rising edge
to falling edge.

Change-Id: I0e57d8b8d5288fd6388bef9c305ac7b0f8b8c50a
Signed-off-by: default avatarAbir Ghosh <abirg@codeaurora.org>
parent 079f3c30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,7 @@ static int setup_ipc_irq(struct platform_device *pdev,
		drvdata->fw_ipc.irq,
		NULL,
		qbt_ipc_irq_handler,
		IRQF_ONESHOT | IRQF_TRIGGER_RISING,
		IRQF_ONESHOT | IRQF_TRIGGER_FALLING,
		desc,
		drvdata);