summaryrefslogtreecommitdiff
path: root/include/linux/mfd/as3722.h
diff options
context:
space:
mode:
authorMallikarjun Kasoju <mkasoju@nvidia.com>2013-12-26 23:25:51 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2014-01-09 01:21:18 -0800
commit1ac2ba8841d53c5e4914e2a515c6e005ee4003f5 (patch)
treee35d0eb7d0e674f370c2c8146bf4afb3acd2fdb1 /include/linux/mfd/as3722.h
parent41f0aeb44644e331dc0414c564b9cbc739afece4 (diff)
pinctrl: as3722: set pin mode to output
If pins are used for function output like pwm, clk32k, power good etc then set it as output mode by default. Change-Id: I3ec3066f34c8a360f55bf6187f177509f79c6c06 Signed-off-by: Mallikarjun Kasoju <mkasoju@nvidia.com> Reviewed-on: http://git-master/r/349796 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/352238 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'include/linux/mfd/as3722.h')
-rw-r--r--include/linux/mfd/as3722.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/as3722.h b/include/linux/mfd/as3722.h
index d5f7d8ba5c34..d3dfb13ecf67 100644
--- a/include/linux/mfd/as3722.h
+++ b/include/linux/mfd/as3722.h
@@ -2,7 +2,7 @@
* as3722 definitions
*
* Copyright (C) 2013 ams
- * Copyright (c) 2013, NVIDIA Corporation. All rights reserved.
+ * Copyright (c) 2013-2014, NVIDIA CORPORATION. All rights reserved.
*
* Author: Florian Lobmaier <florian.lobmaier@ams.com>
* Author: Laxman Dewangan <ldewangan@nvidia.com>
@@ -319,6 +319,7 @@
#define AS3722_GPIO_IOSF_ISINK_PWM_IN AS3722_GPIO_IOSF_VAL(4)
#define AS3722_GPIO_IOSF_VOLTAGE_STBY AS3722_GPIO_IOSF_VAL(5)
#define AS3722_GPIO_IOSF_PWR_GOOD_OUT AS3722_GPIO_IOSF_VAL(7)
+#define AS3722_GPIO_IOSF_SD0_OUT AS3722_GPIO_IOSF_VAL(6)
#define AS3722_GPIO_IOSF_Q32K_OUT AS3722_GPIO_IOSF_VAL(8)
#define AS3722_GPIO_IOSF_WATCHDOG_IN AS3722_GPIO_IOSF_VAL(9)
#define AS3722_GPIO_IOSF_SOFT_RESET_IN AS3722_GPIO_IOSF_VAL(11)