diff options
author | Tony Lindgren <tony@atomide.com> | 2015-07-16 01:55:58 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-23 21:39:00 -0700 |
commit | 0f3ccb24c0347cd80160810df79bfa233749074e (patch) | |
tree | 16d8610ffb091147869de78586cd7c74ebd5a744 /arch/arm/mach-omap2/omap_hwmod.h | |
parent | 7e1b11d145b264fd7e7b4bf79d910272d4a1bd52 (diff) | |
download | talos-obmc-linux-0f3ccb24c0347cd80160810df79bfa233749074e.tar.gz talos-obmc-linux-0f3ccb24c0347cd80160810df79bfa233749074e.zip |
ARM: OMAP2: Add minimal dm814x hwmod support
Let's add minimal set of dm814x hwmods to have a bootable system.
Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h index b5d27ec81610..ed953340690f 100644 --- a/arch/arm/mach-omap2/omap_hwmod.h +++ b/arch/arm/mach-omap2/omap_hwmod.h @@ -755,7 +755,8 @@ extern int omap3xxx_hwmod_init(void); extern int omap44xx_hwmod_init(void); extern int omap54xx_hwmod_init(void); extern int am33xx_hwmod_init(void); -extern int ti81xx_hwmod_init(void); +extern int dm814x_hwmod_init(void); +extern int dm816x_hwmod_init(void); extern int dra7xx_hwmod_init(void); int am43xx_hwmod_init(void); |