]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/kernel/wandboard/imx/0006-imx-Add-IMX53-AHCI-support.patch
asterisk addon: update to 11.13.1
[ipfire-2.x.git] / src / patches / kernel / wandboard / imx / 0006-imx-Add-IMX53-AHCI-support.patch
CommitLineData
2b230b77
SS
1From 41cc1967181a833c3c5af30682ea85dd01c28ff4 Mon Sep 17 00:00:00 2001
2From: Robert Nelson <robertcnelson@gmail.com>
3Date: Tue, 22 Jan 2013 22:21:03 -0600
4Subject: [PATCH 3/5] imx: Add IMX53 AHCI support
5
6Adds ahci_platform bits to make AHCI work on mx53 qsb board.
7
8Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
9---
10
11diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
12index 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--
241.7.10.4
25