]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita816b8d94b86b3c62504b504edc2196c2530c887
treef501ce2dab6097b2cf47f06c08174ac3187755e1
parentbb7129c1adb7f09a84b45641955c4aee3343fa4f
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