From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760536AbcIXSwS (ORCPT ); Sat, 24 Sep 2016 14:52:18 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:46198 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760355AbcIXSwN (ORCPT ); Sat, 24 Sep 2016 14:52:13 -0400 Subject: Re: [PATCH 1/3] devicetree: bindings: scsi: hisi_sas hip07 support To: Rob Herring References: <1474368540-186535-1-git-send-email-john.garry@huawei.com> <1474368540-186535-2-git-send-email-john.garry@huawei.com> <20160923183641.GA27636@rob-hp-laptop> CC: , , , , , , , , , , , Xiang Chen From: John Garry Message-ID: <397f3957-ed99-d7e9-b808-a299d442b7dd@huawei.com> Date: Sat, 24 Sep 2016 19:51:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160923183641.GA27636@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.212.244.123] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A0B0206.57E6CB3B.0018,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d054b15e14da76c66568856db8175809 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/09/2016 19:36, Rob Herring wrote: > On Tue, Sep 20, 2016 at 06:48:58PM +0800, John Garry wrote: >> Add support for hip07 chipset to bindings. >> >> Chipset hip07 has v2 hw. >> >> The sas-v2 quirk amt is expanded to cover hip07. >> >> Signed-off-by: John Garry >> Signed-off-by: Xiang Chen >> --- >> Documentation/devicetree/bindings/scsi/hisilicon-sas.txt | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt b/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt >> index bf2411f..e604527 100644 >> --- a/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt >> +++ b/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt >> @@ -6,6 +6,7 @@ Main node required properties: >> - compatible : value should be as follows: >> (a) "hisilicon,hip05-sas-v1" for v1 hw in hip05 chipset >> (b) "hisilicon,hip06-sas-v2" for v2 hw in hip06 chipset >> + (c) "hisilicon,hip07-sas-v2" for v2 hw in hip07 chipset >> - sas-addr : array of 8 bytes for host SAS address >> - reg : Address and length of the SAS register >> - hisilicon,sas-syscon: phandle of syscon used for sas control >> @@ -47,7 +48,7 @@ Main node required properties: >> increasing order. >> >> Optional main node properties: >> - - hip06-sas-v2-quirk-amt : when set, indicates that the v2 controller has the >> + - hip06/7-sas-v2-quirk-amt : when set, indicates that the v2 controller has the > > Just use the existing property name for hip07. OK, but you mean existing hip06 property (hip06-sas-v2-quirk-amt), right? > >> "am-max-transmissions" limitation. >> >> Example: >> -- >> 1.9.1 >> > > . >