From: Xo Wang <xow@google.com>
To: openbmc@lists.ozlabs.org
Subject: [PATCH linux 1/2] gpio: dt-bindings: Fix typo in two-letter ports
Date: Tue, 10 Jan 2017 16:48:57 -0800 [thread overview]
Message-ID: <20170111004858.12031-1-xow@google.com> (raw)
Add missing port AC.
Signed-off-by: Xo Wang <xow@google.com>
---
include/dt-bindings/gpio/aspeed-gpio.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/dt-bindings/gpio/aspeed-gpio.h b/include/dt-bindings/gpio/aspeed-gpio.h
index 058c527cbcaf..0f8ab977c352 100644
--- a/include/dt-bindings/gpio/aspeed-gpio.h
+++ b/include/dt-bindings/gpio/aspeed-gpio.h
@@ -39,7 +39,8 @@
#define ASPEED_GPIO_PORT_Y 24
#define ASPEED_GPIO_PORT_Z 25
#define ASPEED_GPIO_PORT_AA 26
-#define ASPEED_GPIO_PORT_BB 27
+#define ASPEED_GPIO_PORT_AB 27
+#define ASPEED_GPIO_PORT_AC 28
#define ASPEED_GPIO(port, offset) \
((ASPEED_GPIO_PORT_##port * 8) + offset)
--
2.11.0.390.gc69c2f50cf-goog
next reply other threads:[~2017-01-11 0:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-11 0:48 Xo Wang [this message]
2017-01-11 0:48 ` [PATCH linux 2/2] ARM: dts: aspeed: zaius: Update EVT2 LED GPIOs Xo Wang
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=20170111004858.12031-1-xow@google.com \
--to=xow@google.com \
--cc=openbmc@lists.ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.