Re: [PATCH] ARM: dts: BCM5301X: Fix I2C controller interrupt

From: Rafał Miłecki
Date: Wed Oct 27 2021 - 16:28:40 EST


On 27.10.2021 21:37, Florian Fainelli wrote:
The I2C interrupt controller line is off by 32 because the datasheet
describes interrupt inputs into the GIC which are for Shared Peripheral
Interrupts and are starting at offset 32. The ARM GIC binding expects
the SPI interrupts to be numbered from 0 relative to the SPI base.

Fixes: bb097e3e0045 ("ARM: dts: BCM5301X: Add I2C support to the DT")
Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Thanks for fixing that. I don't have any device utilzing I2C and so
never notice that issue.