diff options
author | Venu Byravarasu <vbyravarasu@nvidia.com> | 2012-07-18 18:33:42 +0530 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-25 00:44:48 +0200 |
commit | b7e537861a422f6dd283c5e6c9f56ae820f1b994 (patch) | |
tree | 484a7ddc0a64ba70035e4894036b6cb84f6b9d09 /drivers/mfd | |
parent | 7a7487cb55a263d5c0893e2a8c2d7e8f33fcd1f0 (diff) | |
download | op-kernel-dev-b7e537861a422f6dd283c5e6c9f56ae820f1b994.zip op-kernel-dev-b7e537861a422f6dd283c5e6c9f56ae820f1b994.tar.gz |
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/tps65090.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index 396b9d1..80e24f4 100644 --- a/drivers/mfd/tps65090.c +++ b/drivers/mfd/tps65090.c @@ -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", }, }; |