summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-10-25 10:51:24 +0800
committerAndy Green <andy.green@linaro.org>2011-10-25 10:51:24 +0800
commita5e8e8da75462aa7ef9b64714152f632770ad04f (patch)
treedeb925679aa5be34f8079e8e8077ab4ade450fe1
parentd85c62e1925180eb657fb5cf5b1f245289f4073b (diff)
fix: 4430 platform becomes 44XX
Signed-off-by: Sebastien Jan <s-jan@ti.com>
-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),
};