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:
e617e94
)
update pwm suspend io level for fih board.
author
cwz
<cwz@rockchips.com>
Sat, 23 Apr 2011 03:15:40 +0000
(20:15 -0700)
committer
cwz
<cwz@rockchips.com>
Sat, 23 Apr 2011 03:15:40 +0000
(20:15 -0700)
arch/arm/mach-rk29/board-rk29-fih.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk29/board-rk29-fih.c
b/arch/arm/mach-rk29/board-rk29-fih.c
index 2672a625cd17152955454b424dcdc184c0f5646a..9cbc1ff6c957d1d2974a48fe9118583e6653b862 100755
(executable)
--- a/
arch/arm/mach-rk29/board-rk29-fih.c
+++ b/
arch/arm/mach-rk29/board-rk29-fih.c
@@
-1526,7
+1526,7
@@
static int rk29_backlight_pwm_suspend(void)
printk("func %s, line %d: request gpio fail\n", __FUNCTION__, __LINE__);
return -1;
}
- gpio_direction_output(PWM_GPIO, GPIO_
LOW
);
+ gpio_direction_output(PWM_GPIO, GPIO_
HIGH
);
return ret;
}