]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: Correct interrupt type for ARM TWD
authorJon Hunter <jonathanh@nvidia.com>
Thu, 17 Mar 2016 14:19:06 +0000 (14:19 +0000)
committerTony Lindgren <tony@atomide.com>
Wed, 30 Mar 2016 21:33:22 +0000 (14:33 -0700)
commit6439a47dd5c21029fb6adcb1dbf95041c63ad1e2
tree2fa23f0c6371db687cb419a229b427cecce0a65d
parentbdcdfcca1818aab1ec924c5b5100b9319cd64bf2
ARM: OMAP: 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 OMAP4 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 done 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.

Reported-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4.dtsi