Skip to content
Commit 443f0bb8 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Revert "ARM: dts: bcm2711: Add the BSC interrupt controller"



As Dave reported:

This seems to have unintended side effects.  GIC interrupt 117 is shared
between the standard I2C controllers (i2c-bcm2835) and the l2-intc block
handling the HDMI I2C interrupts.

There is not a great way to share an interrupt between an interrupt
controller using the chained IRQ handler which is an interrupt flow and
another driver like i2c-bcm2835 which uses an interrupt handler
(although it specifies IRQF_SHARED).

Simply revert this change for now which will mean that HDMI I2C will be
polled, like it was before.

Reported-by: default avatarDave Stevenson <dave.stevenson@raspberrypi.com>
Acked-by: default avatarMaxime Ripard <mripard@kernel.org>
Acked-by: default avatarNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent a0610b40
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment