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:
27af8bf
)
phonepad:add pre_div parameter for backlight
author
lw@rock-chips.com
<lw@rock-chips.com>
Sat, 25 Aug 2012 07:01:33 +0000
(15:01 +0800)
committer
lw
<lw@rock-chips.com>
Sat, 25 Aug 2012 07:02:12 +0000
(15:02 +0800)
arch/arm/mach-rk30/board-rk30-phonepad.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/board-rk30-phonepad.c
b/arch/arm/mach-rk30/board-rk30-phonepad.c
index 634e14b82d86121de1f3bb9cab51dc0938cf8802..d86c6475bda76d6a9014652599318669320357a5 100755
(executable)
--- a/
arch/arm/mach-rk30/board-rk30-phonepad.c
+++ b/
arch/arm/mach-rk30/board-rk30-phonepad.c
@@
-780,6
+780,7
@@
static struct rk29_bl_info rk29_bl_info = {
.io_deinit = rk29_backlight_io_deinit,
.pwm_suspend = rk29_backlight_pwm_suspend,
.pwm_resume = rk29_backlight_pwm_resume,
+ .pre_div = 20000,
};
static struct platform_device rk29_device_backlight = {
@@
-1224,9
+1225,9
@@
static int rk_fb_io_disable(void)
}
static int rk_fb_io_enable(void)
{
+ gpio_set_value(LCD_EN_PIN, LCD_EN_VALUE);
gpio_set_value(LCD_CS_PIN, LCD_CS_VALUE);
- gpio_set_value(LCD_EN_PIN, LCD_EN_VALUE);
- msleep(30);
+ msleep(150); //wait for power stable
return 0;
}