Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

From: Alexandre Belloni
Date: Thu Sep 11 2014 - 12:27:33 EST


On 11/09/2014 at 18:24:11 +0200, Thomas Petazzoni wrote :
> Dear Alexandre Belloni,
>
> On Thu, 11 Sep 2014 17:54:06 +0200, Alexandre Belloni wrote:
> > Add sama5d4 support to irq-atmel-aic5.
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx>
> > ---
> > Cc: Jason Cooper <jason@xxxxxxxxxxxxxx>
> > drivers/irqchip/irq-atmel-aic5.c | 10 ++++++++++
> > 1 file changed, 10 insertions(+)
> >
> > diff --git a/drivers/irqchip/irq-atmel-aic5.c b/drivers/irqchip/irq-atmel-aic5.c
> > index dc7d98607a89..a11aae8fb006 100644
> > --- a/drivers/irqchip/irq-atmel-aic5.c
> > +++ b/drivers/irqchip/irq-atmel-aic5.c
> > @@ -295,6 +295,7 @@ static void __init sama5d3_aic_irq_fixup(struct device_node *root)
> >
> > static const struct of_device_id __initdata aic5_irq_fixups[] = {
> > { .compatible = "atmel,sama5d3", .data = sama5d3_aic_irq_fixup },
> > + { .compatible = "atmel,sama5d4", .data = sama5d3_aic_irq_fixup },
> > { /* sentinel */ },
> > };
>
> Sorry for the nitpick, but this seems to lack an updated to the DT
> binding documentation, to add the new compatible string.
>

The Atmel SoC compatibles are not actually documented anywhere, yet...


--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/