From: ubuntu Date: Thu, 24 Mar 2011 02:02:11 +0000 (-0700) Subject: update the tps659102 ldo name X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=932d689d53b69ec2a885f5cfc9d6e8b11481e465;p=firefly-linux-kernel-4.4.55.git update the tps659102 ldo name --- diff --git a/arch/arm/mach-rk29/board-rk29-fih.c b/arch/arm/mach-rk29/board-rk29-fih.c index 6ac717a1f936..838d66404ae9 100755 --- a/arch/arm/mach-rk29/board-rk29-fih.c +++ b/arch/arm/mach-rk29/board-rk29-fih.c @@ -527,7 +527,7 @@ static struct regulator_init_data rk29_regulator_vio = { /* VAUX1 */ static struct regulator_consumer_supply rk29_vaux1_supplies[] = { { - .supply = "vuax1", + .supply = "vaux1", }, }; @@ -547,7 +547,7 @@ static struct regulator_init_data rk29_regulator_vaux1 = { /* VAUX2 */ static struct regulator_consumer_supply rk29_vaux2_supplies[] = { { - .supply = "vuax2", + .supply = "vaux2", }, };