diff mbox

[linux,1/2] gpio: dt-bindings: Fix typo in two-letter ports

Message ID 20170111004858.12031-1-xow@google.com
State Accepted, archived
Headers show

Commit Message

Xo Wang Jan. 11, 2017, 12:48 a.m. UTC
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 mbox

Patch

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)