diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-11 23:19:15 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-11 23:19:14 -0700 |
| commit | 8949cdb2b01f5e77f6dfefbfce52a82a9c902ad7 (patch) | |
| tree | 90d2a227ef692197fa2c3320a5da32f89c5e201f /include | |
| parent | f31b1001e1da778af43e20db693949ee4b9417b5 (diff) | |
| parent | 1d960442417094187cf3cb3577c59e3310ea7c6a (diff) | |
Merge "pinctrl: qcom: spmi-gpio: Add dtest route for digital input"
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/pinctrl/qcom,pmic-gpio.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/pinctrl/qcom,pmic-gpio.h b/include/dt-bindings/pinctrl/qcom,pmic-gpio.h index c1e556f7c872..64e2dc7183f3 100644 --- a/include/dt-bindings/pinctrl/qcom,pmic-gpio.h +++ b/include/dt-bindings/pinctrl/qcom,pmic-gpio.h @@ -95,6 +95,12 @@ #define PMIC_GPIO_AOUT_ATEST3 2 #define PMIC_GPIO_AOUT_ATEST4 3 +/* DTEST buffer for digital input mode */ +#define PMIC_GPIO_DIN_DTEST1 0 +#define PMIC_GPIO_DIN_DTEST2 1 +#define PMIC_GPIO_DIN_DTEST3 2 +#define PMIC_GPIO_DIN_DTEST4 3 + /* To be used with "function" */ #define PMIC_GPIO_FUNC_NORMAL "normal" #define PMIC_GPIO_FUNC_PAIRED "paired" |
