summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 1cb32f234f4..3cedb2a629f 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -2176,7 +2176,7 @@ static struct omap_hwmod omap44xx_sl2if_hwmod = {
},
.slaves = omap44xx_sl2if_slaves,
.slaves_cnt = ARRAY_SIZE(omap44xx_sl2if_slaves),
- .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
+ .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP44XX),
};
/*
@@ -2899,7 +2899,7 @@ static struct omap_hwmod omap44xx_fdif_hwmod = {
.slaves_cnt = ARRAY_SIZE(omap44xx_fdif_slaves),
.masters = omap44xx_fdif_masters,
.masters_cnt = ARRAY_SIZE(omap44xx_fdif_masters),
- .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
+ .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP44XX),
};