浏览代码

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>
Vaibhav Hiremath 9 年之前
父节点
当前提交
f6d6f5bd29
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/greybus/arche-apb-ctrl.c

+ 1 - 0
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)