From patchwork Tue Aug 30 09:56:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V7,4/5] MX53 Enable the AHCI SATA on MX53 LOCO board Date: Mon, 29 Aug 2011 23:56:09 -0000 From: Richard Zhu X-Patchwork-Id: 112235 Message-Id: <1314698171-7937-4-git-send-email-richard.zhu@linaro.org> To: Cc: , , , , , , Richard Zhu Signed-off-by: Richard Zhu --- arch/arm/mach-mx5/board-mx53_loco.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx5/board-mx53_loco.c b/arch/arm/mach-mx5/board-mx53_loco.c index 4e1d51d..76a7af7 100644 --- a/arch/arm/mach-mx5/board-mx53_loco.c +++ b/arch/arm/mach-mx5/board-mx53_loco.c @@ -273,6 +273,7 @@ static void __init mx53_loco_board_init(void) imx53_add_sdhci_esdhc_imx(2, &mx53_loco_sd3_data); imx_add_gpio_keys(&loco_button_data); gpio_led_register_device(-1, &mx53loco_leds_data); + imx53_add_ahci_imx(0, NULL); } static void __init mx53_loco_timer_init(void)