aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2014-05-19 10:27:11 -0500
committerTony Lindgren <tony@atomide.com>2014-05-19 15:38:03 -0700
commit733d20eeeeb31587aacd917fb0aaf2888c26a4b5 (patch)
tree626d204f671681030fda70ef62bc1a6f39d2bf97 /arch/arm/mach-omap2/io.c
parentARM: OMAP2+: Remove suspend_set_ops from common pm late init (diff)
downloadlinux-dev-733d20eeeeb31587aacd917fb0aaf2888c26a4b5.tar.xz
linux-dev-733d20eeeeb31587aacd917fb0aaf2888c26a4b5.zip
ARM: DRA752: add detection of SoC information
Currently the files in /sys/devices/soc0/ show no information about DRA7. Few userspace programs do depend on this information to make SoC specific support. So update logic to detect the relevant information and provide to userspace. Signed-off-by: Nishanth Menon <nm@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 f14f9ac2dca1..4ec3b4a93843 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -693,6 +693,7 @@ void __init dra7xx_init_early(void)
omap_prm_base_init();
omap_cm_base_init();
omap44xx_prm_init();
+ dra7xxx_check_revision();
dra7xx_powerdomains_init();
dra7xx_clockdomains_init();
dra7xx_hwmod_init();