From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/7] pinctrl/nomadik: Standardise Pinctrl compat string for DBx5x based platforms
Date: Wed, 22 May 2013 15:23:00 +0100 [thread overview]
Message-ID: <1369232581-18923-7-git-send-email-lee.jones@linaro.org> (raw)
In-Reply-To: <1369232581-18923-1-git-send-email-lee.jones@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
drivers/pinctrl/pinctrl-nomadik.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-nomadik.c b/drivers/pinctrl/pinctrl-nomadik.c
index 7712d93..8a4f9c5 100644
--- a/drivers/pinctrl/pinctrl-nomadik.c
+++ b/drivers/pinctrl/pinctrl-nomadik.c
@@ -2108,11 +2108,11 @@ static const struct of_device_id nmk_pinctrl_match[] = {
.data = (void *)PINCTRL_NMK_STN8815,
},
{
- .compatible = "stericsson,nmk-pinctrl",
+ .compatible = "stericsson,db8500-pinctrl",
.data = (void *)PINCTRL_NMK_DB8500,
},
{
- .compatible = "stericsson,nmk-pinctrl-db8540",
+ .compatible = "stericsson,db8540-pinctrl",
.data = (void *)PINCTRL_NMK_DB8540,
},
{},
--
1.7.10.4
next prev parent reply other threads:[~2013-05-22 14:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-22 14:22 [PATCH 0/7] ARM: ux500: Change naming convention for pinctrl Lee Jones
2013-05-22 14:22 ` [PATCH 1/7] ARM: ux500: Standardise DBx5x0 based Pinctrl compat string in the DTS Lee Jones
2013-05-22 14:22 ` [PATCH 2/7] ARM: ux500: Standardise Nomadik STN8815 " Lee Jones
2013-05-28 14:26 ` Linus Walleij
2013-05-22 14:22 ` [PATCH 3/7] ARM: ux500: Standardise Pinctrl compatible string for Nomadik based platforms Lee Jones
2013-05-28 14:25 ` Linus Walleij
2013-05-22 14:22 ` [PATCH 4/7] ARM: ux500: Standardise Pinctrl compatible string for DBx5x " Lee Jones
2013-05-22 14:22 ` [PATCH 5/7] pinctrl/nomadik: Standardise Pinctrl compat string for Nomadik " Lee Jones
2013-05-28 14:27 ` Linus Walleij
2013-05-22 14:23 ` Lee Jones [this message]
2013-05-22 14:23 ` [PATCH 7/7] Documentation: Update binding for Nomadik and DBx5x " Lee Jones
2013-05-27 10:41 ` Linus Walleij
2013-05-28 9:38 ` Lee Jones
2013-05-29 18:41 ` Linus Walleij
2013-05-29 19:01 ` Lee Jones
2013-06-10 10:23 ` [PATCH 7/7 v2] " Lee Jones
2013-06-11 8:43 ` Linus Walleij
2013-05-27 10:43 ` [PATCH 0/7] ARM: ux500: Change naming convention for pinctrl Linus Walleij
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=1369232581-18923-7-git-send-email-lee.jones@linaro.org \
--to=lee.jones@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).