summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBibek Basu <bbasu@nvidia.com>2014-11-25 11:52:10 +0530
committerMatthew Pedro <mapedro@nvidia.com>2014-12-16 08:44:58 -0800
commitf99c51b9ed13e1bdf18032f299399468e5dd301d (patch)
tree00cb2a653108cb570b6c871934b88f5b5c7aafa6 /include
parent738949c0fd8c1c0a13f814f87d3c65753936d0c1 (diff)
ARM: tegra12: update pinmux for jetson-tk1
Update pinmux for jetson-tk1 based on Jetson_TK1_customer_pinmux.xlsm V08 Bug 1551864 Change-Id: I3caee3e1485c95ff1a72b43529aa3c105397b5ac Signed-off-by: Bibek Basu <bbasu@nvidia.com> Reviewed-on: http://git-master/r/655141 GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty <vmoganty@nvidia.com> Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/pinctrl/pinctrl-tegra.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/pinctrl/pinctrl-tegra.h b/include/dt-bindings/pinctrl/pinctrl-tegra.h
index ebafa498be0f..821b91c47add 100644
--- a/include/dt-bindings/pinctrl/pinctrl-tegra.h
+++ b/include/dt-bindings/pinctrl/pinctrl-tegra.h
@@ -42,4 +42,9 @@
#define TEGRA_PIN_SLEW_RATE_SLOW 2
#define TEGRA_PIN_SLEW_RATE_SLOWEST 3
+#define TEGRA_PIN_DRIVE_HIGH_SPEED_MODE_DISALE 0
+#define TEGRA_PIN_DRIVE_HIGH_SPEED_MODE_ENABLE 1
+
+#define TEGRA_PIN_DRIVE_SCHMITT_DISABLE 0
+#define TEGRA_PIN_DRIVE_SCHMITT_ENABLE 1
#endif