linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: ux500: add pinctrl address resources
Date: Thu, 20 Dec 2012 18:57:57 +0100	[thread overview]
Message-ID: <CACRpkdZyMWtx1s1mrNebPgJfn69tpDJmCR-w39puoxCci+vmWw@mail.gmail.com> (raw)
In-Reply-To: <1355821932-15799-2-git-send-email-fabio.baltieri@linaro.org>

On Tue, Dec 18, 2012 at 10:12 AM, Fabio Baltieri
<fabio.baltieri@linaro.org> wrote:

> Current nmk_pinctrl driver is not PRCMU dependent anymore, so it needs
> its own DT address resources to work properly, as done for
> platform_device in:
>
> f482833 ARM: ux500: add PRCM register base for pinctrl
>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>

Applied these two to the pinctrl fixes with one alteration:

> +               pinctrl at 80157000 {
> +                       reg = <0x80157000 0x2000>;
>                         compatible = "stericsson,nmk_pinctrl";

I inserted a comment here like this:

                pinctrl at 80157000 {
+                       // This is actually the PRCMU base address
                        reg = <0x80157000 0x2000>;

Yours,
Linus Walleij

      reply	other threads:[~2012-12-20 17:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18  9:12 [PATCH 1/2] pinctrl: nomadik: return if prcm_base is NULL Fabio Baltieri
2012-12-18  9:12 ` [PATCH 2/2] ARM: ux500: add pinctrl address resources Fabio Baltieri
2012-12-20 17:57   ` Linus Walleij [this message]

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=CACRpkdZyMWtx1s1mrNebPgJfn69tpDJmCR-w39puoxCci+vmWw@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --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).