diff options
author | Anish Trivedi <anish@freescale.com> | 2011-04-13 14:16:04 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 20:08:14 +0800 |
commit | 3c8919113c2cd6a73924af406707f5651f1d5c36 (patch) | |
tree | 56bc63ca375583d65ef1bfe7302f1e7a423e1590 /arch/arm/mach-mx5/board-mx53_ard.c | |
parent | bd6c4e8fce24137ed49e68c7a93cef80312e075e (diff) |
ENGR00142089-1 MX51/MX53: Upgrade SCC2 and SAHARA drivers to 2.6.38
Machine layer changes to add SCC2 device.
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5/board-mx53_ard.c')
-rwxr-xr-x | arch/arm/mach-mx5/board-mx53_ard.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/board-mx53_ard.c b/arch/arm/mach-mx5/board-mx53_ard.c index 7ddd0d524434..b200b98ee2bd 100755 --- a/arch/arm/mach-mx5/board-mx53_ard.c +++ b/arch/arm/mach-mx5/board-mx53_ard.c @@ -240,6 +240,11 @@ static void __init mx53_ard_board_init(void) ARRAY_SIZE(mxc_i2c1_board_info)); i2c_register_board_info(2, mxc_i2c2_board_info, ARRAY_SIZE(mxc_i2c2_board_info)); + + /* this call required to release SCC RAM partition held by ROM + * during boot, even if SCC2 driver is not part of the image + */ + imx53_add_mxc_scc2(); } static void __init mx53_ard_timer_init(void) |