ARM: OMAP2+: control: determine control module base address from DT
authorTero Kristo <t-kristo@ti.com>
Thu, 13 Nov 2014 17:17:34 +0000 (19:17 +0200)
committerTero Kristo <t-kristo@ti.com>
Fri, 27 Mar 2015 08:56:00 +0000 (10:56 +0200)
commit2208bf115fecae211480ea41d25e6d56ec20d405
treef501ce2dab6097b2cf47f06c08174ac3187755e1
parentae521d4d9c54995df1e0fb53ef6820374a3cae4e
ARM: OMAP2+: control: determine control module base address from DT

There is no need to provide the control module base address through a
low-level API from the low-level IO init, as this information is
available through DT. This patch adds a new API to initialize the
control module though, but mostly makes the old API obsolete. The
old API can be completely removed once OMAP3 is made DT only.

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