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:
fbead4d
)
rk30-pwm-regulator: support rk3168m
author
黄涛
<huangtao@rock-chips.com>
Tue, 4 Jun 2013 02:45:30 +0000
(10:45 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 4 Jun 2013 02:46:42 +0000
(10:46 +0800)
drivers/regulator/rk30-pwm-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/rk30-pwm-regulator.c
b/drivers/regulator/rk30-pwm-regulator.c
index b593d7fd63408444e008abbe395a70e3158873bc..cab69f594d9fcc6be231802048fb63adaff699fd 100755
(executable)
--- a/
drivers/regulator/rk30-pwm-regulator.c
+++ b/
drivers/regulator/rk30-pwm-regulator.c
@@
-47,7
+47,7
@@
struct rk_pwm_dcdc {
struct pwm_platform_data *pdata;
\r
};
\r
\r
-#if defined(CONFIG_SOC_RK3168) || defined(CONFIG_ARCH_RK3188)
\r
+#if defined(CONFIG_SOC_RK3168) || defined(CONFIG_
SOC_RK3168M) || defined(CONFIG_
ARCH_RK3188)
\r
const static int pwm_voltage_map[] = {
\r
800000,825000,850000, 875000,900000, 925000 ,950000, 975000,1000000, 1025000, 1050000, 1075000, 1100000, 1125000, 1150000, 1175000, 1200000, 1225000, 1250000, 1275000, 1300000, 1325000, 1350000,1375000
\r
};
\r