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

Commit c4015302 authored by Yangbo Lu's avatar Yangbo Lu Committed by David S. Miller
Browse files

fsl/fman: share the event interrupt



This patch is to share fman event interrupt because
the 1588 timer driver will also use this interrupt.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Acked-by: default avatarRichard Cochran <richardcochran@gmail.com>
Acked-by: default avatarMadalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 651b4513
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2801,7 +2801,8 @@ static struct fman *read_dts_node(struct platform_device *of_dev)
	of_node_put(muram_node);
	of_node_put(fm_node);

	err = devm_request_irq(&of_dev->dev, irq, fman_irq, 0, "fman", fman);
	err = devm_request_irq(&of_dev->dev, irq, fman_irq, IRQF_SHARED,
			       "fman", fman);
	if (err < 0) {
		dev_err(&of_dev->dev, "%s: irq %d allocation failed (error = %d)\n",
			__func__, irq, err);