summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorEyal Reizer <eyalreizer@gmail.com>2015-05-04 12:24:24 (GMT)
committerTony Lindgren <tony@atomide.com>2015-05-20 17:53:18 (GMT)
commitb6bbf59899f91fe38d36c20defcee84dd5c19195 (patch)
tree665ec8bb531dfe250f3dd9bcc9dc20c0ce9347d8 /include/dt-bindings
parent3221dfb7fb49b2a0dfd695e74be1a76dfad8bb12 (diff)
downloadlinux-b6bbf59899f91fe38d36c20defcee84dd5c19195.tar.xz
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 5f4d0189..b00bbc9 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)