summaryrefslogtreecommitdiff
path: root/drivers/gpio/tegra_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/tegra_gpio.c')
-rw-r--r--drivers/gpio/tegra_gpio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio.c
index 0268c61020..c706affaa3 100644
--- a/drivers/gpio/tegra_gpio.c
+++ b/drivers/gpio/tegra_gpio.c
@@ -298,4 +298,7 @@ U_BOOT_CMD(
" - using 'offset', set port:bit as output and drive low or high\n"
" input offset\n"
" - using 'offset', set port:bit as input and read value"
+#ifdef CONFIG_TEGRA2
+ "\nNote: GPIO pins require manual untristating respective pin group!\n"
+#endif
);