summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-08-01 16:25:25 +0530
committerLokesh Pathak <lpathak@nvidia.com>2012-08-07 08:44:53 -0700
commit0bf836b37cef4345629ecd8efb1a3e7f30628525 (patch)
tree792eaa5fc19070144aa8bc5a239c02f00feeeb9c /drivers/mfd
parentfd4bc846766e336ab02abcae9d6cde5912a4d8a8 (diff)
rtc: tps80031: register as mfd sub device
register RTC driver of TPS80031 as mfd sub driver in place of adding it as a sub devices. This is inline with the mfd driver policy. Change-Id: I2f9c13478a1e85c9670dd7bc576ec761f2e24733 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/121133 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/tps80031.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/tps80031.c b/drivers/mfd/tps80031.c
index f524b2964068..a1b6237bfd02 100644
--- a/drivers/mfd/tps80031.c
+++ b/drivers/mfd/tps80031.c
@@ -302,6 +302,9 @@ static struct mfd_cell tps80031_cell[] = {
{
.name = "tps80031-regulators",
},
+ {
+ .name = "tps80031-rtc",
+ },
};