rk3028:support pmic tps65910 for rk3028

This commit is contained in:
张晴
2013-07-10 10:20:50 +08:00
parent 131c0b60ab
commit acbb8ac591

View File

@@ -307,7 +307,7 @@ static struct regulator_consumer_supply tps65910_smps1_supply[] = {
{
.supply = "vdd1",
},
#if defined(CONFIG_SOC_RK3168) || defined(CONFIG_ARCH_RK3188)
#if defined(CONFIG_SOC_RK3168) || defined(CONFIG_ARCH_RK3188) || defined(CONFIG_SOC_RK3028)
{
.supply = "vdd_core",
},
@@ -321,7 +321,7 @@ static struct regulator_consumer_supply tps65910_smps2_supply[] = {
{
.supply = "vdd2",
},
#if defined(CONFIG_MACH_RK3168_86V)
#if defined(CONFIG_MACH_RK3168_86V) || defined(CONFIG_SOC_RK3028)
{
.supply = "vdd_cpu",
},