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:
9f6120e
)
rk3168: ds1006h: fixed backlight bug
author
kfx
<kfx@rock-chips.com>
Thu, 3 Jan 2013 06:35:08 +0000
(14:35 +0800)
committer
kfx
<kfx@rock-chips.com>
Thu, 3 Jan 2013 06:35:08 +0000
(14:35 +0800)
arch/arm/mach-rk30/board-rk3168-ds1006h.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/board-rk3168-ds1006h.c
b/arch/arm/mach-rk30/board-rk3168-ds1006h.c
index 0a984ca18e16439f9608596c6e729f27c810f8d3..aa3e072c6b3affc8e53cd38f292492503df0f8af 100644
(file)
--- a/
arch/arm/mach-rk30/board-rk3168-ds1006h.c
+++ b/
arch/arm/mach-rk30/board-rk3168-ds1006h.c
@@
-145,7
+145,7
@@
static int rk29_backlight_io_init(void)
{
int ret = 0;
-
//
iomux_set(PWM_MODE);
+ iomux_set(PWM_MODE);
#ifdef LCD_DISP_ON_PIN
ret = gpio_request(BL_EN_PIN, NULL);
if (ret != 0) {