Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1495361
| From | John Garry <john.garry@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/3] hisi_sas: add device tree support for hip07 |
| Date | 2016-10-04 13:00 +0200 |
| Message-ID | <sovC2-1A5-17@gated-at.bofh.it> (permalink) |
| References | <sovC1-1A5-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Chipset hip07 incorporates v2 hw.
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
---
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
index 9825a3f..758e06f 100644
--- a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
+++ b/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);
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] hisi_sas add hip07 support John Garry <john.garry@huawei.com> - 2016-10-04 13:00 +0200
[PATCH v2 1/3] devicetree: bindings: scsi: hisi_sas add hip07 support John Garry <john.garry@huawei.com> - 2016-10-04 13:00 +0200
Re: [PATCH v2 1/3] devicetree: bindings: scsi: hisi_sas add hip07 support Rob Herring <robh@kernel.org> - 2016-10-09 03:50 +0200
[PATCH v2 3/3] hisi_sas: add v2 hw support for different refclk John Garry <john.garry@huawei.com> - 2016-10-04 13:00 +0200
[PATCH v2 2/3] hisi_sas: add device tree support for hip07 John Garry <john.garry@huawei.com> - 2016-10-04 13:00 +0200
Re: [PATCH v2 0/3] hisi_sas add hip07 support "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-10-11 22:40 +0200
csiph-web