[PATCH v1] ARM: imx: avic: Convert to using IRQCHIP_DECLARE
Fabio Estevam
festevam at gmail.com
Sun Jan 31 20:26:33 EST 2021
Hi Saravana,
On Sun, Jan 31, 2021 at 5:56 PM Saravana Kannan <saravanak at google.com> wrote:
> +static int __init imx_avic_init(struct device_node *node,
> + struct device_node *parent)
> +{
> + void __iomem *avic_base;
> +
> + avic_base = of_iomap(node, 0);
> + BUG_ON(!avic_base);
> + mxc_init_irq(avic_base);
> + return 0;
> +}
> +
> +IRQCHIP_DECLARE(imx_avic, "fsl,imx31-avic", imx_avic_init);
Shouldn't the compatible be "fsl,avic" instead?
More information about the linux-arm-kernel
mailing list