ARM: dts: r8a7779: Correct interrupt type for ARM TWD
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 18 Mar 2016 10:19:21 +0000 (11:19 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 19 Apr 2016 22:56:40 +0000 (08:56 +1000)
commite6c2488251b1c7e62f3e43907ca3f6fd016b1353
treefbec9c7adfc870c57593ebc27c2d8a8383f2dd2b
parenta4a72b473e2897265a0fecbd5f6b5a92ea62585f
ARM: dts: r8a7779: Correct interrupt type for ARM TWD

The ARM TWD interrupt is a private peripheral interrupt (PPI), and per
the ARM GIC documentation, whether the type for PPIs can be set is
IMPLEMENTATION DEFINED.

For R-Car H1 devices the PPI type cannot be set, and so when we attempt
to set the type for the ARM TWD interrupt it fails.  This has gone
unnoticed because it fails silently, and because we cannot re-configure
the type it has had no impact. Nevertheless fix the type for the TWD
interrupt so that it matches the hardware configuration.

Based on patches by Jon Hunter for Tegra20/30 and OMAP4.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7779.dtsi