From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Garry Subject: Re: [PATCH v2 1/8] dt-bindings: scsi: hisi_sas: add an property of signal attenuation Date: Fri, 2 Mar 2018 16:10:41 +0000 Message-ID: <7f62130c-723a-c9ab-533b-48e8addf3dba@huawei.com> References: <1520003182-26277-1-git-send-email-john.garry@huawei.com> <1520003182-26277-2-git-send-email-john.garry@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: "James E.J. Bottomley" , "Martin K. Petersen" , Mark Rutland , linux-scsi@vger.kernel.org, devicetree@vger.kernel.org, Linuxarm , "linux-kernel@vger.kernel.org" , Xiaofei Tan List-Id: devicetree@vger.kernel.org On 02/03/2018 15:57, Rob Herring wrote: > On Fri, Mar 2, 2018 at 9:06 AM, John Garry wrote: >> > From: Xiaofei Tan >> > >> > For some new boards with hip07 chipset we are required to >> > set PHY config registers differently. The hw property which >> > determines how to set these registers is in the PHY signal >> > attenuation readings. >> > >> > This patch add an devicetree property, hisi-signal-attenuation, >> > which is used to describe the signal attenuation of an board. >> > >> > Cc: Rob Herring >> > Cc: Mark Rutland >> > Signed-off-by: Xiaofei Tan >> > Signed-off-by: John Garry >> > --- >> > Documentation/devicetree/bindings/scsi/hisilicon-sas.txt | 7 +++++++ >> > 1 file changed, 7 insertions(+) >> > >> > diff --git a/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt b/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt >> > index df3bef7..6f6876a 100644 >> > --- a/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt >> > +++ b/Documentation/devicetree/bindings/scsi/hisilicon-sas.txt >> > @@ -53,6 +53,13 @@ Main node required properties: >> > Optional main node properties: >> > - hip06-sas-v2-quirk-amt : when set, indicates that the v2 controller has the >> > "am-max-transmissions" limitation. >> > + - hisi-signal-attenuation : array of 3 32-bit values, containing de-emphasis, > The format for vendor prefixes is: ,property-name > > And should only be ones defined in vendor-prefixes.txt Hi Rob, To save a v4, that would be "hisilicon,signal-attenuation", right? Thanks, John > >> > + preshoot, and boost attenuation readings for the board. They >> > + are used to describe the signal attenuation of the board. These