ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init
authorTero Kristo <t-kristo@ti.com>
Mon, 8 Sep 2014 08:44:10 +0000 (11:44 +0300)
committerTero Kristo <t-kristo@ti.com>
Tue, 31 Mar 2015 18:26:53 +0000 (21:26 +0300)
commit219595b6ee139d883b98a9a32efbe2970802200a
tree623443e322ccee493e2aeb6f5cc929931b70c087
parent8b5b9a22b57c75905b368194b6fd4c472d5dc630
ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init

The compatible DT node is now passed with the prm init, so there is no
need to do node matching here again. Added a new flag to the init data
also, to detect default IRQ support for OMAP4. Also, any booting omap4
DT setup always has a PRM node, so there is no need to check against
the special case where it would be missing.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/prm.h
arch/arm/mach-omap2/prm44xx.c
arch/arm/mach-omap2/prm_common.c