diff options
author | Nishanth Menon <nm@ti.com> | 2014-05-19 11:27:11 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-19 18:38:03 -0400 |
commit | 733d20eeeeb31587aacd917fb0aaf2888c26a4b5 (patch) | |
tree | 626d204f671681030fda70ef62bc1a6f39d2bf97 /arch/arm/mach-omap2/io.c | |
parent | 2e4b62dc5e6e2011dbd03ae1a654d990d18d0a14 (diff) |
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.c | 1 |
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) | |||
693 | omap_prm_base_init(); | 693 | omap_prm_base_init(); |
694 | omap_cm_base_init(); | 694 | omap_cm_base_init(); |
695 | omap44xx_prm_init(); | 695 | omap44xx_prm_init(); |
696 | dra7xxx_check_revision(); | ||
696 | dra7xx_powerdomains_init(); | 697 | dra7xx_powerdomains_init(); |
697 | dra7xx_clockdomains_init(); | 698 | dra7xx_clockdomains_init(); |
698 | dra7xx_hwmod_init(); | 699 | dra7xx_hwmod_init(); |