[PATCH linux 1/2] gpio: dt-bindings: Fix typo in two-letter ports
Xo Wang
xow at google.com
Wed Jan 11 11:48:57 AEDT 2017
Add missing port AC.
Signed-off-by: Xo Wang <xow at 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
More information about the openbmc
mailing list