aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorEyal Reizer <eyalreizer@gmail.com>2015-05-04 15:24:24 +0300
committerTony Lindgren <tony@atomide.com>2015-05-20 10:53:18 -0700
commitb6bbf59899f91fe38d36c20defcee84dd5c19195 (patch)
tree665ec8bb531dfe250f3dd9bcc9dc20c0ce9347d8 /include/dt-bindings
parentARM: dts: omap3-gta04: Add hdqw1 support (diff)
downloadlinux-dev-b6bbf59899f91fe38d36c20defcee84dd5c19195.tar.xz
linux-dev-b6bbf59899f91fe38d36c20defcee84dd5c19195.zip
ARM: dts: am437x-gp-evm: add wilink8 support
enable mmc3 used for wlan and uart3 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer <eyalr@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/pinctrl/am43xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/pinctrl/am43xx.h b/include/dt-bindings/pinctrl/am43xx.h
index 5f4d01898c9c..b00bbc9c60b4 100644
--- a/include/dt-bindings/pinctrl/am43xx.h
+++ b/include/dt-bindings/pinctrl/am43xx.h
@@ -21,6 +21,7 @@
#define SLEWCTRL_SLOW (1 << 19)
#define SLEWCTRL_FAST 0
#define DS0_PULL_UP_DOWN_EN (1 << 27)
+#define WAKEUP_ENABLE (1 << 29)
#define PIN_OUTPUT (PULL_DISABLE)
#define PIN_OUTPUT_PULLUP (PULL_UP)