summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-03-19 12:34:03 +0800
committerAndy Green <andy.green@linaro.org>2012-04-11 13:03:30 +0800
commit5a621546f0d3d0efd852ab269ef7fcd41be34c69 (patch)
treeceb5c8c91ede5ab39e66ce26c47effa1b7712442 /arch
parent1dbef4009cd7882914238e859feb0b04093a50e7 (diff)
camera OMAP45 enable iss hwmod
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/devices.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 0cda1eddd63a..36acc9723bdb 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -290,6 +290,8 @@ int omap4_init_camera(struct iss_platform_data *pdata, struct omap_board_data *b
dma_declare_contiguous(&pdev->dev, 32*SZ_1M, 0, 0);
#endif
+ omap_hwmod_enable(oh);
+
return 0;
}