From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933776AbcFQMnK (ORCPT ); Fri, 17 Jun 2016 08:43:10 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:42546 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933557AbcFQMnG (ORCPT ); Fri, 17 Jun 2016 08:43:06 -0400 Subject: Re: [PATCH 3/7] dt-bindings: phy: Add documentation for NSP SATA PHY To: Yendapally Reddy Dhananjaya Reddy , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Brian Norris , Gregory Fong , Florian Fainelli , Russell King , Ray Jui , Scott Branden , Jon Mason , Tejun Heo , Jaedon Shin , Anup Patel References: <1466085215-10246-1-git-send-email-yendapally.reddy@broadcom.com> <1466085215-10246-4-git-send-email-yendapally.reddy@broadcom.com> CC: , , , , From: Kishon Vijay Abraham I Message-ID: <5763F01E.60305@ti.com> Date: Fri, 17 Jun 2016 18:12:06 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1466085215-10246-4-git-send-email-yendapally.reddy@broadcom.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 16 June 2016 07:23 PM, Yendapally Reddy Dhananjaya Reddy wrote: > Add documentation for SATA PHY available in Broadcom's > NSP SoC. > > Signed-off-by: Yendapally Reddy Dhananjaya Reddy Acked-by: Kishon Vijay Abraham I > --- > Documentation/devicetree/bindings/phy/brcm-sata-phy.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt b/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt > index d023120..6ccce09 100644 > --- a/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt > +++ b/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt > @@ -5,6 +5,7 @@ Required properties: > "brcm,bcm7425-sata-phy" > "brcm,bcm7445-sata-phy" > "brcm,iproc-ns2-sata-phy" > + "brcm,iproc-nsp-sata-phy" > "brcm,phy-sata3" > - address-cells: should be 1 > - size-cells: should be 0 > @@ -22,7 +23,8 @@ Sub-nodes required properties: > > Sub-nodes optional properties: > - brcm,enable-ssc: use spread spectrum clocking (SSC) on this port > - This property is not applicable for "brcm,iproc-ns2-sata-phy". > + This property is not applicable for "brcm,iproc-ns2-sata-phy" and > + "brcm,iproc-nsp-sata-phy". > > Example: > sata-phy@f0458100 { >