]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: hisi_sas: Add device tree support for hip07
authorJohn Garry <john.garry@huawei.com>
Tue, 4 Oct 2016 11:11:10 +0000 (19:11 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:46 +0000 (17:29 -0500)
Chipset hip07 incorporates v2 hw.

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c

index 9825a3f49f53758cc36a58e747aa13c9a26b315a..758e06f14d4a26343faa3f7201e45145e29c60c0 100644 (file)
@@ -2319,6 +2319,7 @@ static int hisi_sas_v2_remove(struct platform_device *pdev)
 
 static const struct of_device_id sas_v2_of_match[] = {
        { .compatible = "hisilicon,hip06-sas-v2",},
+       { .compatible = "hisilicon,hip07-sas-v2",},
        {},
 };
 MODULE_DEVICE_TABLE(of, sas_v2_of_match);