aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/control.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-02-12 11:47:04 +0200
committerTero Kristo <t-kristo@ti.com>2015-03-31 21:26:59 +0300
commitca125b5e31f5ada6844f57c5a8e7cd104d26c8fa (patch)
tree32afc32e9c1251135df6a73bd9eca765d21ec9c3 /arch/arm/mach-omap2/control.c
parentARM: dts: dra7: add minimal l4 bus layout with control module support (diff)
downloadlinux-dev-ca125b5e31f5ada6844f57c5a8e7cd104d26c8fa.tar.xz
linux-dev-ca125b5e31f5ada6844f57c5a8e7cd104d26c8fa.zip
ARM: OMAP4+: control: add support for initializing control module via DT
OMAP4, OMAP5 and DRA7 now parse DT entries for control module address spaces, and set up syscon mappings appropriately. Low level IO init is updated to remove the legacy control module mappings for these devices also. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/control.c')
-rw-r--r--arch/arm/mach-omap2/control.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
index c8565d3dbefe..af95a624fe71 100644
--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -650,6 +650,9 @@ static const struct of_device_id omap_scrm_dt_match_table[] = {
{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
+ { .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
+ { .compatible = "ti,omap5-scm-core", .data = &ctrl_data },
+ { .compatible = "ti,dra7-scm-core", .data = &ctrl_data },
{ }
};