diff options
author | Sebastian Reichel <sre@ring0.de> | 2013-09-15 19:07:52 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2013-09-15 19:07:52 +0200 |
commit | 3f084910e1919f0ecf86457256ef2c2399389f0b (patch) | |
tree | e156785980789a192fc5cac01c7ef4a60d432b07 | |
parent | e2bc78149a66de44df68a1d33a19e3e71584461d (diff) | |
download | linux-ssi-cleaned-dt.tar.bz2 |
SSI is an L4 core modssi-cleaned-dt
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 0e30515df762..9e56fabd7fa3 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -3725,7 +3725,7 @@ static struct omap_hwmod omap34xx_ssi_hwmod = { .omap2 = { .prcm_reg_id = 1, .module_bit = OMAP3430_EN_SSI_SHIFT, - .module_offs = WKUP_MOD, + .module_offs = CORE_MOD, .idlest_reg_id = 1, .idlest_idle_bit = OMAP3430ES2_ST_SSI_IDLE_SHIFT, }, |