summaryrefslogtreecommitdiff
path: root/include/dt-bindings/gpio/meson-gxbb-gpio.h
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2017-09-20 15:39:26 +0200
committerLinus Walleij <linus.walleij@linaro.org>2017-10-05 23:11:02 +0200
commite891a5a40103bc887befb21bbee83308e3669309 (patch)
tree6a8df838ce19956dabf009491ff672da2be34937 /include/dt-bindings/gpio/meson-gxbb-gpio.h
parent70e5ecb1b994f2704c234cb12366d45474b98f32 (diff)
pinctrl: meson-gx: TEST_N belongs to the AO controller
On meson-gx platforms, TEST_N has been incorrectly declared in the EE controller while it belongs to AO controller. Move the pin to the appropriate controller Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/dt-bindings/gpio/meson-gxbb-gpio.h')
-rw-r--r--include/dt-bindings/gpio/meson-gxbb-gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/gpio/meson-gxbb-gpio.h b/include/dt-bindings/gpio/meson-gxbb-gpio.h
index 58654fd7aa1e..43a68a1110f0 100644
--- a/include/dt-bindings/gpio/meson-gxbb-gpio.h
+++ b/include/dt-bindings/gpio/meson-gxbb-gpio.h
@@ -29,6 +29,7 @@
#define GPIOAO_11 11
#define GPIOAO_12 12
#define GPIOAO_13 13
+#define GPIO_TEST_N 14
#define GPIOZ_0 0
#define GPIOZ_1 1
@@ -149,6 +150,5 @@
#define GPIOCLK_1 116
#define GPIOCLK_2 117
#define GPIOCLK_3 118
-#define GPIO_TEST_N 119
#endif