ARM: OMAP2+: PRM: determine PRM base address from device tree
authorTero Kristo <t-kristo@ti.com>
Tue, 11 Nov 2014 15:17:18 +0000 (17:17 +0200)
committerTero Kristo <t-kristo@ti.com>
Fri, 27 Mar 2015 08:55:58 +0000 (10:55 +0200)
commitae521d4d9c54995df1e0fb53ef6820374a3cae4e
tree977166d09c5836b2c6a87019667d11da96e6246f
parent5970ca2db960b2c14e077d27950e402e063298e6
ARM: OMAP2+: PRM: determine PRM base address from device tree

There is no need to provide the PRM base address through a low-level API
from the low-level IO init, as this information is available through DT.
Re-routed the parsing function to be called from the PRM drivers also to
simplify the implementation under io.c.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/prm.h
arch/arm/mach-omap2/prm2xxx.c
arch/arm/mach-omap2/prm33xx.c
arch/arm/mach-omap2/prm3xxx.c
arch/arm/mach-omap2/prm44xx.c
arch/arm/mach-omap2/prm_common.c
This page took 0.044144 seconds and 5 git commands to generate.