]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/kernel/wandboard/imx/0006-imx-Add-IMX53-AHCI-support.patch
daq: Update to 2.0.4
[ipfire-2.x.git] / src / patches / kernel / wandboard / imx / 0006-imx-Add-IMX53-AHCI-support.patch
1 From 41cc1967181a833c3c5af30682ea85dd01c28ff4 Mon Sep 17 00:00:00 2001
2 From: Robert Nelson <robertcnelson@gmail.com>
3 Date: Tue, 22 Jan 2013 22:21:03 -0600
4 Subject: [PATCH 3/5] imx: Add IMX53 AHCI support
5
6 Adds ahci_platform bits to make AHCI work on mx53 qsb board.
7
8 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
9 ---
10
11 diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
12 index d324cdf..b01eeca 100644
13 --- a/drivers/ata/ahci_platform.c
14 +++ b/drivers/ata/ahci_platform.c
15 @@ -95,6 +95,7 @@ static struct scsi_host_template ahci_platform_sht = {
16
17 static const struct of_device_id ahci_of_match[] = {
18 { .compatible = "calxeda,hb-ahci", .data = &ahci_devtype[AHCI],},
19 + { .compatible = "fsl,imx53-ahci", .data = &ahci_devtype[IMX53_AHCI],},
20 { .compatible = "fsl,imx6q-ahci", .data = &ahci_devtype[IMX6Q_AHCI],},
21 { .compatible = "snps,spear-ahci", },
22 {},
23 --
24 1.7.10.4
25