Re: [PATCH] irqchip/irq-imx-gpcv2: add IRQCHIP_DECLARE for i.MX8MQ compatible

2018-12-18 Thread Marc Zyngier
On 17/12/2018 15:51, Lucas Stach wrote: > Hi Marc, > > Am Freitag, den 14.12.2018, 13:15 +0100 schrieb Lucas Stach: >> The GPC node on i.MX8MQ can not claim to be compatible with the i.MX7D >> GPC, as the power gating part has some significant differences. Thus we >> can not rely on the irqchip

Re: [PATCH] irqchip/irq-imx-gpcv2: add IRQCHIP_DECLARE for i.MX8MQ compatible

2018-12-17 Thread Lucas Stach
Hi Marc, Am Freitag, den 14.12.2018, 13:15 +0100 schrieb Lucas Stach: > The GPC node on i.MX8MQ can not claim to be compatible with the i.MX7D > GPC, as the power gating part has some significant differences. Thus we > can not rely on the irqchip being probed with the old compatible. > > >

[PATCH] irqchip/irq-imx-gpcv2: add IRQCHIP_DECLARE for i.MX8MQ compatible

2018-12-14 Thread Lucas Stach
The GPC node on i.MX8MQ can not claim to be compatible with the i.MX7D GPC, as the power gating part has some significant differences. Thus we can not rely on the irqchip being probed with the old compatible. Signed-off-by: Lucas Stach --- drivers/irqchip/irq-imx-gpcv2.c | 3 ++- 1 file