From: Vaibhav Hiremath Date: Tue, 9 Feb 2016 16:39:16 +0000 (+0530) Subject: greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset" X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~720 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f6d6f5bd29f76721d7ac5c64426a1f45203c622a;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c index 4e5ce37ea37e..f2bad8df0cf7 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)