commit | 2208bf115fecae211480ea41d25e6d56ec20d405 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Thu Nov 13 19:17:34 2014 +0200 |
committer | Tero Kristo <t-kristo@ti.com> | Fri Mar 27 10:56:00 2015 +0200 |
tree | f501ce2dab6097b2cf47f06c08174ac3187755e1 | |
parent | ae521d4d9c54995df1e0fb53ef6820374a3cae4e [diff] |
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>