Skip to content
Snippets Groups Projects
Commit ebff48d3 authored by Kefeng Wang's avatar Kefeng Wang Committed by Andrey Konovalov
Browse files

ahci: add support for Hisilicon sata


The hip04 SoC of hisilicon has an AHCI compliant SATA controller.
This patch adds the compatible string, and the controller is compliant
with the ahci 1.3 and sata 3.0 specification.

ISSUE: The hardware has defective designs.

Signed-off-by: default avatarKefeng Wang <kefeng.wang@linaro.org>
parent 2591d232
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,7 @@ static const struct of_device_id ahci_of_match[] = {
{ .compatible = "snps,spear-ahci", },
{ .compatible = "snps,exynos5440-ahci", },
{ .compatible = "ibm,476gtr-ahci", },
{ .compatible = "hisilicon,hisi-ahci", },
{},
};
MODULE_DEVICE_TABLE(of, ahci_of_match);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment