aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-08-30 12:00:51 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:19:17 -0400
commita7f3f9708169cdabee03f6ff020d6786bddc1a9b (patch)
tree6c1f0bf6f82af5146305681f5a5abf5a15ffc300 /arch/arm
parent13854bf25971da775dbec5545879c14ce66dd0a4 (diff)
fix: 4430 platform becomes 44XX
Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'arch/arm')
-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 37d4effbb12..6c478e8afb3 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -1745,7 +1745,7 @@ static struct omap_hwmod omap44xx_sl2if_hwmod = {
1745 }, 1745 },
1746 .slaves = omap44xx_sl2if_slaves, 1746 .slaves = omap44xx_sl2if_slaves,
1747 .slaves_cnt = ARRAY_SIZE(omap44xx_sl2if_slaves), 1747 .slaves_cnt = ARRAY_SIZE(omap44xx_sl2if_slaves),
1748 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430), 1748 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP44XX),
1749}; 1749};
1750 1750
1751/* 1751/*
@@ -2432,7 +2432,7 @@ static struct omap_hwmod omap44xx_fdif_hwmod = {
2432 .slaves_cnt = ARRAY_SIZE(omap44xx_fdif_slaves), 2432 .slaves_cnt = ARRAY_SIZE(omap44xx_fdif_slaves),
2433 .masters = omap44xx_fdif_masters, 2433 .masters = omap44xx_fdif_masters,
2434 .masters_cnt = ARRAY_SIZE(omap44xx_fdif_masters), 2434 .masters_cnt = ARRAY_SIZE(omap44xx_fdif_masters),
2435 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430), 2435 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP44XX),
2436}; 2436};
2437 2437
2438 2438