Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 039ae102 authored by John Garry's avatar John Garry Committed by Martin K. Petersen
Browse files

scsi: hisi_sas: Add device tree support for hip07



Chipset hip07 incorporates v2 hw.

Signed-off-by: default avatarJohn Garry <john.garry@huawei.com>
Signed-off-by: default avatarXiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 64110cce
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2319,6 +2319,7 @@ static int hisi_sas_v2_remove(struct platform_device *pdev)


static const struct of_device_id sas_v2_of_match[] = {
static const struct of_device_id sas_v2_of_match[] = {
	{ .compatible = "hisilicon,hip06-sas-v2",},
	{ .compatible = "hisilicon,hip06-sas-v2",},
	{ .compatible = "hisilicon,hip07-sas-v2",},
	{},
	{},
};
};
MODULE_DEVICE_TABLE(of, sas_v2_of_match);
MODULE_DEVICE_TABLE(of, sas_v2_of_match);