summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorAshwini Ghuge2013-11-18 14:10:41 +0100
committerStephen Warren2013-12-16 22:09:16 +0100
commit18f48a4f1d49d522285b5a9f3c5d984f4fdaae01 (patch)
treeabeed6cdd179b427f46e0b2e2df70491b91a0958 /include/dt-bindings
parentspi: tegra: checking for ERR_PTR instead of NULL (diff)
downloadkernel-qcow2-linux-18f48a4f1d49d522285b5a9f3c5d984f4fdaae01.tar.gz
kernel-qcow2-linux-18f48a4f1d49d522285b5a9f3c5d984f4fdaae01.tar.xz
kernel-qcow2-linux-18f48a4f1d49d522285b5a9f3c5d984f4fdaae01.zip
ARM: tegra: add port FF to GPIO IDs
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>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/gpio/tegra-gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/gpio/tegra-gpio.h b/include/dt-bindings/gpio/tegra-gpio.h
index 4d179c00f081..197dc28b676e 100644
--- a/include/dt-bindings/gpio/tegra-gpio.h
+++ b/include/dt-bindings/gpio/tegra-gpio.h
@@ -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)