ARM: dts: BCM2711 AON_INTR2 generates IRQ edges
authorPhil Elwell <phil@raspberrypi.com>
Fri, 21 Jan 2022 12:24:57 +0000 (12:24 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:39 +0000 (16:04 +0000)
commit8f9509e43a229e4bf57162bec53df8700cf3a668
treeeebdc0d262df263a9e77591d3a0c05b01980be78
parent2d1558bd13d04872b3411ea86de1a3eb140705f7
ARM: dts: BCM2711 AON_INTR2 generates IRQ edges

THe AON_INTR2 controller manages the HDMI interrupts, combining them
into a single interrupt passed to the GIC. bcm2711.dtsi declares the
interrupt as being IRQ_TYPE_LEVEL_HIGH, but it should be
IRQ_TYPE_EDGE_RISING. Most of the time the distinction shouldn't
matter, but there is a small possibility of losing interrupts unless
it is corrected.

See: http://lists.infradead.org/pipermail/linux-arm-kernel/2022-January/710292.html

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/bcm2711.dtsi