dect
/
linux-2.6
Archived
13
0
Fork 0

mfd: Correct tps65090 cell names

mfd cell names are mistyped as TPS65910 instead of TPS65090.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Venu Byravarasu 2012-07-18 18:33:42 +05:30 committed by Samuel Ortiz
parent 7a7487cb55
commit b7e537861a
1 changed files with 2 additions and 2 deletions

View File

@ -71,10 +71,10 @@ static const struct tps65090_irq_data tps65090_irqs[] = {
static struct mfd_cell tps65090s[] = {
{
.name = "tps65910-pmic",
.name = "tps65090-pmic",
},
{
.name = "tps65910-regulator",
.name = "tps65090-regulator",
},
};