浏览代码

scsi: hisi_sas: Add device tree support for hip07

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>
John Garry 9 年之前
父节点
当前提交
039ae102a8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/hisi_sas/hisi_sas_v2_hw.c

+ 1 - 0
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c

@@ -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);