Skip to content

Commit 039ae10

Browse files
John Garrymartinkpetersen
authored andcommitted
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>
1 parent 64110cc commit 039ae10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/hisi_sas/hisi_sas_v2_hw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,6 +2319,7 @@ static int hisi_sas_v2_remove(struct platform_device *pdev)
23192319

23202320
static const struct of_device_id sas_v2_of_match[] = {
23212321
{ .compatible = "hisilicon,hip06-sas-v2",},
2322+
{ .compatible = "hisilicon,hip07-sas-v2",},
23222323
{},
23232324
};
23242325
MODULE_DEVICE_TABLE(of, sas_v2_of_match);

0 commit comments

Comments
 (0)