linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: l.stach@pengutronix.de (Lucas Stach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx6: add pci config space as platform resource
Date: Thu, 07 Aug 2014 14:19:20 +0200	[thread overview]
Message-ID: <1407413960.4675.10.camel@weser.hi.pengutronix.de> (raw)
In-Reply-To: <CAOMZO5Daf2+UcQKLkyiZeM7Zs9nd-ektO_f7n_3K-bw0GgPM8w@mail.gmail.com>

Am Donnerstag, den 07.08.2014, 08:53 -0300 schrieb Fabio Estevam:
> On Thu, Aug 7, 2014 at 7:58 AM, Lucas Stach <l.stach@pengutronix.de> wrote:
> > Fixes "imx6q-pcie 1ffc000.pcie: missing *config* reg space"
> > error exposed by new versions of the designware pcie driver.
> >
> > Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> > ---
> >  arch/arm/boot/dts/imx6qdl.dtsi | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> > index ce0599134a69..6b5da2a98aaf 100644
> > --- a/arch/arm/boot/dts/imx6qdl.dtsi
> > +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> > @@ -133,7 +133,9 @@
> >
> >                 pcie: pcie at 0x01000000 {
> >                         compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
> > -                       reg = <0x01ffc000 0x4000>; /* DBI */
> > +                       reg = <0x01ffc000 0x04000>,
> > +                             <0x01f00000 0x80000>;
> > +                       reg-names = "dbi", "config";
> 
> 
> Please update Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt as well.

The binding for this is part of the common designware binding. See
Documentation/devicetree/bindings/pci/designware-pcie.txt

Regards,
Lucas
-- 
Pengutronix e.K.             | Lucas Stach                 |
Industrial Linux Solutions   | http://www.pengutronix.de/  |

  reply	other threads:[~2014-08-07 12:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-07 10:58 [PATCH] ARM: imx6: add pci config space as platform resource Lucas Stach
2014-08-07 11:53 ` Fabio Estevam
2014-08-07 12:19   ` Lucas Stach [this message]
2014-08-07 12:29     ` Fabio Estevam
2014-08-07 13:14       ` Lucas Stach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1407413960.4675.10.camel@weser.hi.pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).