summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
authorAfzal Mohammed2014-02-07 11:21:25 +0100
committerTony Lindgren2014-03-01 00:33:27 +0100
commit7a2e05132424ea6bd5d957941ee9805774bad32f (patch)
treea551c92e63a28911d2197dbced4fd5e2c6e854e5 /arch/arm/mach-omap2/io.c
parentARM: OMAP2+: AM43x: Add ID for ES1.1 (diff)
downloadkernel-qcow2-linux-7a2e05132424ea6bd5d957941ee9805774bad32f.tar.gz
kernel-qcow2-linux-7a2e05132424ea6bd5d957941ee9805774bad32f.tar.xz
kernel-qcow2-linux-7a2e05132424ea6bd5d957941ee9805774bad32f.zip
ARM: OMAP2+: AM43x: determine features
Determine AM43x device features by reusing AM335x helper as feature register layout is similar. And also exporting AM43xx family name. Signed-off-by: Afzal Mohammed <afzal@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index d408b15b4fbf..d9714113a01a 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -613,6 +613,7 @@ void __init am43xx_init_early(void)
omap_prm_base_init();
omap_cm_base_init();
omap3xxx_check_revision();
+ am33xx_check_features();
am43xx_powerdomains_init();
am43xx_clockdomains_init();
am43xx_hwmod_init();