From 61203afacbcdeb96e2dea152d20c470aa1525ab2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Tue, 4 Jun 2013 10:45:30 +0800 Subject: [PATCH] rk30-pwm-regulator: support rk3168m --- drivers/regulator/rk30-pwm-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/rk30-pwm-regulator.c b/drivers/regulator/rk30-pwm-regulator.c index b593d7fd6340..cab69f594d9f 100755 --- 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; }; -#if defined(CONFIG_SOC_RK3168) || defined(CONFIG_ARCH_RK3188) +#if defined(CONFIG_SOC_RK3168) || defined(CONFIG_SOC_RK3168M) || defined(CONFIG_ARCH_RK3188) const static int pwm_voltage_map[] = { 800000,825000,850000, 875000,900000, 925000 ,950000, 975000,1000000, 1025000, 1050000, 1075000, 1100000, 1125000, 1150000, 1175000, 1200000, 1225000, 1250000, 1275000, 1300000, 1325000, 1350000,1375000 }; -- 2.34.1