From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:58303 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751692AbcDRJB6 (ORCPT ); Mon, 18 Apr 2016 05:01:58 -0400 Message-ID: <1460970117.2331.7.camel@pengutronix.de> Subject: Re: [PATCH v2 3/3] ARM: dts: imx6qp: Specify imx6qp version of PCIe core From: Lucas Stach To: Andrey Smirnov Cc: linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bjorn Helgaas , Richard Zhu , gary.bisson@boundarydevices.com Date: Mon, 18 Apr 2016 11:01:57 +0200 In-Reply-To: <1460958677-10604-3-git-send-email-andrew.smirnov@gmail.com> References: <1460958677-10604-1-git-send-email-andrew.smirnov@gmail.com> <1460958677-10604-3-git-send-email-andrew.smirnov@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org List-ID: Am Sonntag, den 17.04.2016, 22:51 -0700 schrieb Andrey Smirnov: > I.MX6Quad Plus has a slightly different version of PCIe core than > reqular i.MX6Quad. > > Signed-off-by: Andrey Smirnov Under the assumption that the missing documentation for this compatible is added in patch 2/3 in the next revision of this patchset: Reviewed-by: Lucas Stach > --- > > Changes since v1: > > - Patchset is rebased against > https://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/log/?h=pci/host-imx6 > > - DTS files changes moved into a separate patch > > arch/arm/boot/dts/imx6qp.dtsi | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi > index 1ada714..886dbf2 100644 > --- a/arch/arm/boot/dts/imx6qp.dtsi > +++ b/arch/arm/boot/dts/imx6qp.dtsi > @@ -82,5 +82,8 @@ > "ldb_di0", "ldb_di1", "prg"; > }; > > + pcie: pcie@0x01000000 { > + compatible = "fsl,imx6qp-pcie", "snps,dw-pcie"; > + }; > }; > };