From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] pinctrl: meson-gxbb: Fix typo in i2c ao groups
Date: Tue, 7 Mar 2017 14:31:00 +0100 [thread overview]
Message-ID: <1488893462-7016-2-git-send-email-narmstrong@baylibre.com> (raw)
In-Reply-To: <1488893462-7016-1-git-send-email-narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
index 7671424..31a3a98 100644
--- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
@@ -667,11 +667,11 @@
};
static const char * const i2c_ao_groups[] = {
- "i2c_sdk_ao", "i2c_sda_ao",
+ "i2c_sck_ao", "i2c_sda_ao",
};
static const char * const i2c_slave_ao_groups[] = {
- "i2c_slave_sdk_ao", "i2c_slave_sda_ao",
+ "i2c_slave_sck_ao", "i2c_slave_sda_ao",
};
static const char * const remote_input_ao_groups[] = {
--
1.9.1
next prev parent reply other threads:[~2017-03-07 13:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-07 13:30 [PATCH 0/3] pinctrl: meson: Fix and add missing pins definitions Neil Armstrong
2017-03-07 13:31 ` Neil Armstrong [this message]
2017-03-15 9:41 ` [PATCH 1/3] pinctrl: meson-gxbb: Fix typo in i2c ao groups Linus Walleij
2017-03-07 13:31 ` [PATCH 2/3] pinctrl: meson-gxl: Fix inverted registers and add missing pins Neil Armstrong
2017-03-15 9:43 ` Linus Walleij
2017-03-15 9:49 ` Neil Armstrong
2017-03-23 8:53 ` Linus Walleij
2017-03-23 8:57 ` Neil Armstrong
2017-03-07 13:31 ` [PATCH 3/3] ARM64: dts: meson-gxl: Add missing pinctrl pins groups Neil Armstrong
2017-03-15 9:44 ` Linus Walleij
2017-03-22 18:02 ` Kevin Hilman
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=1488893462-7016-2-git-send-email-narmstrong@baylibre.com \
--to=narmstrong@baylibre.com \
--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).