All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux 1/2] gpio: dt-bindings: Fix typo in two-letter ports
@ 2017-01-11  0:48 Xo Wang
  2017-01-11  0:48 ` [PATCH linux 2/2] ARM: dts: aspeed: zaius: Update EVT2 LED GPIOs Xo Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Xo Wang @ 2017-01-11  0:48 UTC (permalink / raw)
  To: openbmc

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-11  0:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11  0:48 [PATCH linux 1/2] gpio: dt-bindings: Fix typo in two-letter ports Xo Wang
2017-01-11  0:48 ` [PATCH linux 2/2] ARM: dts: aspeed: zaius: Update EVT2 LED GPIOs Xo Wang

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.