ARM: OMAP2+: CM: determine CM base address from device tree

There is no need to provide the CM 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 CM drivers also to
simplify the implementation under io.c.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
Tero Kristo
2014-11-11 16:51:52 +02:00
父節點 fe87414f71
當前提交 5970ca2db9
共有 9 個文件被更改,包括 81 次插入19 次删除

查看文件

@@ -395,6 +395,7 @@ static struct cm_ll_data omap2xxx_cm_ll_data = {
int __init omap2xxx_cm_init(void)
{
omap2_cm_base_init();
return cm_register(&omap2xxx_cm_ll_data);
}