summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2013-06-25 12:56:36 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-06-25 13:34:49 (GMT)
commita7b3bf55e7435ad38cd17b9da257dc7314d862f6 (patch)
tree3c43839edaf8f87354fba8ece376dc8695900098 /drivers/pinctrl
parent256aeb648741bf095e884793862d3dfa6b1c1fb5 (diff)
downloadlinux-fsl-qoriq-a7b3bf55e7435ad38cd17b9da257dc7314d862f6.tar.xz
pinctrl: remove slew-rate parameter from tz1090
As the binding for slew-rate is under discussion and seems to need more tought it will get removed for now, so it doesn't get an offical release. Therefore remove it again from the only current user, tz1090. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/pinctrl-tz1090-pdc.c5
-rw-r--r--drivers/pinctrl/pinctrl-tz1090.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/drivers/pinctrl/pinctrl-tz1090-pdc.c b/drivers/pinctrl/pinctrl-tz1090-pdc.c
index 12e4808..d4f12cc 100644
--- a/drivers/pinctrl/pinctrl-tz1090-pdc.c
+++ b/drivers/pinctrl/pinctrl-tz1090-pdc.c
@@ -809,11 +809,6 @@ static int tz1090_pdc_pinconf_group_reg(struct pinctrl_dev *pctldev,
*width = 1;
*map = tz1090_pdc_boolean_map;
break;
- case PIN_CONFIG_SLEW_RATE:
- *shift = REG_GPIO_CONTROL2_PDC_SR_S;
- *width = 1;
- *map = tz1090_pdc_boolean_map;
- break;
case PIN_CONFIG_DRIVE_STRENGTH:
*shift = REG_GPIO_CONTROL2_PDC_DR_S;
*width = 2;
diff --git a/drivers/pinctrl/pinctrl-tz1090.c b/drivers/pinctrl/pinctrl-tz1090.c
index 02ff3a2..4edae08 100644
--- a/drivers/pinctrl/pinctrl-tz1090.c
+++ b/drivers/pinctrl/pinctrl-tz1090.c
@@ -1834,11 +1834,6 @@ static int tz1090_pinconf_group_reg(struct pinctrl_dev *pctldev,
*width = 1;
*map = tz1090_boolean_map;
break;
- case PIN_CONFIG_SLEW_RATE:
- *reg = REG_PINCTRL_SR;
- *width = 1;
- *map = tz1090_boolean_map;
- break;
case PIN_CONFIG_DRIVE_STRENGTH:
*reg = REG_PINCTRL_DR;
*width = 2;