summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-apb-ctrl.c
diff options
context:
space:
mode:
authorVaibhav Hiremath <vaibhav.hiremath@linaro.org>2016-02-09 22:09:16 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-02-09 09:56:14 -0800
commitf6d6f5bd29f76721d7ac5c64426a1f45203c622a (patch)
tree86205bb4dcd08aa894ae46e1fb96339127b288a5 /drivers/staging/greybus/arche-apb-ctrl.c
parent0273038df61349868d368dd9254eb629425a3378 (diff)
downloadop-kernel-dev-f6d6f5bd29f76721d7ac5c64426a1f45203c622a.zip
op-kernel-dev-f6d6f5bd29f76721d7ac5c64426a1f45203c622a.tar.gz
greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset"
We are seeing failures on DB3.1 board, and Axel root-caused it to this commit, so revert it as of now. This reverts commit 942627227684c187b727ba5fb581bc2d886b6708. Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/arche-apb-ctrl.c')
-rw-r--r--drivers/staging/greybus/arche-apb-ctrl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index 4e5ce37..f2bad8d 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -54,6 +54,7 @@ struct arche_apb_ctrl_drvdata {
static inline void deassert_reset(unsigned int gpio)
{
gpio_set_value(gpio, 1);
+ msleep(500);
}
static inline void assert_reset(unsigned int gpio)
OpenPOWER on IntegriCloud