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:
5225051
)
rk2928-phonepad-sdk: modify dc_det_level from HIGH to LOW
author
linjh
<linjh@rock-chips.com>
Thu, 11 Oct 2012 09:41:40 +0000
(17:41 +0800)
committer
linjh
<linjh@rock-chips.com>
Thu, 11 Oct 2012 09:41:40 +0000
(17:41 +0800)
modified file: arch/arm/mach-rk2928/board-rk2928-phonepad.c
arch/arm/mach-rk2928/board-rk2928-phonepad.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2928/board-rk2928-phonepad.c
b/arch/arm/mach-rk2928/board-rk2928-phonepad.c
index efa90ba37cd42a2703963aff355d16170e6230e5..ceca4ac45773394cc3a60c7a365ae4a13a658d0d 100755
(executable)
--- a/
arch/arm/mach-rk2928/board-rk2928-phonepad.c
+++ b/
arch/arm/mach-rk2928/board-rk2928-phonepad.c
@@
-500,7
+500,7
@@
static struct rk30_adc_battery_platform_data rk30_adc_battery_platdata = {
.batt_low_pin = INVALID_GPIO,
.charge_set_pin = INVALID_GPIO,
.charge_ok_pin = RK2928_PIN1_PA0,
- .dc_det_level = GPIO_
HIGH
, //
+ .dc_det_level = GPIO_
LOW
, //
.charge_ok_level = GPIO_HIGH,
};