]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: tegra: add port FF to GPIO IDs
authorAshwini Ghuge <aghuge@nvidia.com>
Mon, 18 Nov 2013 13:10:41 +0000 (18:40 +0530)
committerStephen Warren <swarren@nvidia.com>
Mon, 16 Dec 2013 21:09:16 +0000 (14:09 -0700)
NVIDIA Tegra124 supports has the new GPIO port as GPIO_FF.
Add the macro for this port name.

Signed-off-by: Ashwini Ghuge <aghuge@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
include/dt-bindings/gpio/tegra-gpio.h

index 4d179c00f081f8e5a137a6562b8fb7c8e9b0faaf..197dc28b676ef8a53641eee4f0735e1231728765 100644 (file)
@@ -43,6 +43,7 @@
 #define TEGRA_GPIO_BANK_ID_CC 28
 #define TEGRA_GPIO_BANK_ID_DD 29
 #define TEGRA_GPIO_BANK_ID_EE 30
+#define TEGRA_GPIO_BANK_ID_FF 31
 
 #define TEGRA_GPIO(bank, offset) \
        ((TEGRA_GPIO_BANK_ID_##bank * 8) + offset)