]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: vf610: fix IRQ flag of global timer
authorStefan Agner <stefan@agner.ch>
Tue, 18 Oct 2016 01:51:27 +0000 (18:51 -0700)
committerShawn Guo <shawnguo@kernel.org>
Mon, 24 Oct 2016 12:05:32 +0000 (20:05 +0800)
commitf13cb7efc4ba7661c0ca06c4fbb8f25a7e8f6dc8
tree85d12c637cc229a76cfb68ffb4e459c654106cc2
parent223ab9cb9d761f0185fe377c27cd36fa069fe8c1
ARM: dts: vf610: fix IRQ flag of global timer

The global timer IRQ (PPI[0], PPI 11 in device tree terms) is a
rising edge interrupt. The ARM Cortex-A5 MPCore TRM in Chapter
10.1.2. Interrupt types and sources says:
"Interrupt is rising-edge sensitive."

The bits seem to be read-only, hence this missconfiguration had
no negative effect. However, with commit c31d4a9da5a5
("irqchip/gic: WARN if setting the interrupt type for a PPI fails")
warnings such as this get printed:
GIC: PPI11 is secure or misconfigured

With this change the new configuration matches the default
configuration and no warning is printed anymore.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf500.dtsi