summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}