diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-04-11 17:40:40 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-08 09:07:34 -0400 |
commit | 7d750c3520c5565585519cc016b9139cee7632a4 (patch) | |
tree | c1c026f7fd80e83bcbcd16d43001bb6c174b0e9b /include/dt-bindings/gpio/meson-gxbb-gpio.h | |
parent | f0f3762cb709d216c823f439e8c583041fc7b8a8 (diff) |
ARM64: meson: Sync DT and Bindings with Linux 4.16
Synchronize the Linux Device Tree for Amlogic Meson GX boards from Linux 4.16.0.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'include/dt-bindings/gpio/meson-gxbb-gpio.h')
-rw-r--r-- | include/dt-bindings/gpio/meson-gxbb-gpio.h | 2 |
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 58654fd7aa..43a68a1110 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 |