From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Li Subject: Re: [PATCH v2 04/10] doc/bindings: Update PCIe devicetree binding documentation for LS2080A Date: Fri, 4 Sep 2015 12:56:39 -0500 Message-ID: References: <1441349872-4560-1-git-send-email-bhupesh.sharma@freescale.com> <1441349872-4560-5-git-send-email-bhupesh.sharma@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1441349872-4560-5-git-send-email-bhupesh.sharma@freescale.com> Sender: linux-clk-owner@vger.kernel.org To: Bhupesh Sharma Cc: Arnd Bergmann , Mark Rutland , "linux-arm-kernel@lists.infradead.org" , marc.zyngier@arm.com, linux-clk@vger.kernel.org, Catalin.Marinas@arm.com, will.deacon@arm.com, Minghuan Lian , olof@lixom.net, Bhupesh SHARMA , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Fri, Sep 4, 2015 at 1:57 AM, Bhupesh Sharma wrote: > Add the documentation for compatible string "fsl,ls2080a-pcie" > for Freescale's LS2080A platform. > > Signed-off-by: Minghuan Lian > Signed-off-by: Bhupesh Sharma > --- > .../devicetree/bindings/pci/layerscape-pci.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pci/layerscape-pci.txt b/Documentation/devicetree/bindings/pci/layerscape-pci.txt > index 6286f04..e72e68f 100644 > --- a/Documentation/devicetree/bindings/pci/layerscape-pci.txt > +++ b/Documentation/devicetree/bindings/pci/layerscape-pci.txt > @@ -4,7 +4,8 @@ This PCIe host controller is based on the Synopsis Designware PCIe IP > and thus inherits all the common properties defined in designware-pcie.txt. > > Required properties: > -- compatible: should contain the platform identifier such as "fsl,ls1021a-pcie" > +- compatible: should contain the platform identifier such as "fsl,ls1021a-pcie", > + "fsl,ls2080a-pcie". Make it generic like "fsl,-pcie" - Leo