aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra132/pinmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra132/pinmux.h')
-rw-r--r--src/soc/nvidia/tegra132/pinmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/nvidia/tegra132/pinmux.h b/src/soc/nvidia/tegra132/pinmux.h
index 4f69dcee8b..f3bab1da01 100644
--- a/src/soc/nvidia/tegra132/pinmux.h
+++ b/src/soc/nvidia/tegra132/pinmux.h
@@ -32,7 +32,6 @@
GPIO_##port##6_INDEX, GPIO_##port##7_INDEX
enum {
- GPIO_NONE_INDEX = 0,
GPIO_PORT_CONSTANTS(A),
GPIO_PORT_CONSTANTS(B),
GPIO_PORT_CONSTANTS(C),
@@ -64,7 +63,8 @@ enum {
GPIO_PORT_CONSTANTS(CC),
GPIO_PORT_CONSTANTS(DD),
GPIO_PORT_CONSTANTS(EE),
- GPIO_PORT_CONSTANTS(FF)
+ GPIO_PORT_CONSTANTS(FF),
+ GPIO_NONE_INDEX = 0,
};
#define PINMUX_CONSTANTS_GPIO(name, gpio) \