summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorXavier Boudet <x-boudet@ti.com>2011-12-13 14:43:58 +0100
committerSebastien Jan <s-jan@ti.com>2011-12-20 16:48:12 +0100
commit8a8bd29fabce32d42838332fc041af1df93ce407 (patch)
tree8c91215b87eeddd0da4c332b10d547a99c236af0 /arch
parent6fd2168d9a221579be14707464cc8b27eaf9a94a (diff)
Revert "omap4: hwmod: enable sysc to reset iss/fdif"
This is coming from K2.6.35 kernel Signed-off-by: Xavier Boudet <x-boudet@ti.com> Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 0a18ba51d3af..c089883389bb 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -3231,6 +3231,7 @@ static struct omap_hwmod omap44xx_ipu_hwmod = {
* external images sensor pixel data processor
*/
+/*
static struct omap_hwmod_class_sysconfig omap44xx_iss_sysc = {
.rev_offs = 0x0000,
.sysc_offs = 0x0010,
@@ -3241,10 +3242,11 @@ static struct omap_hwmod_class_sysconfig omap44xx_iss_sysc = {
MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
.sysc_fields = &omap_hwmod_sysc_type2,
};
+*/
static struct omap_hwmod_class omap44xx_iss_hwmod_class = {
.name = "iss",
- .sysc = &omap44xx_iss_sysc,
+ /* .sysc = &omap44xx_iss_sysc,*/
};
/* iss */