projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845a16a
)
board jettaplus:modify rk616 power on timing
author
yxj
<yxj@rock-chips.com>
Sun, 28 Apr 2013 04:20:18 +0000
(12:20 +0800)
committer
yxj
<yxj@rock-chips.com>
Sun, 28 Apr 2013 04:20:39 +0000
(12:20 +0800)
arch/arm/mach-rk3188/board-rk3188-jettaplus.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/board-rk3188-jettaplus.c
b/arch/arm/mach-rk3188/board-rk3188-jettaplus.c
index 0401bbc3fc10c019b7a8e92546352f4b29edbca0..cbe545e28cb602983db51c74de5984a7a7dc2fc1 100644
(file)
--- a/
arch/arm/mach-rk3188/board-rk3188-jettaplus.c
+++ b/
arch/arm/mach-rk3188/board-rk3188-jettaplus.c
@@
-726,9
+726,9
@@
static int rk616_power_on_init(void)
else
{
gpio_direction_output(RK616_RST_PIN, GPIO_HIGH);
- msleep(
100
);
+ msleep(
2
);
gpio_direction_output(RK616_RST_PIN, GPIO_LOW);
- msleep(10
0
);
+ msleep(10);
gpio_set_value(RK616_RST_PIN, GPIO_HIGH);
}
}