summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/rc5t583.c
diff options
context:
space:
mode:
authorLaxman Dewangan2012-04-09 10:25:55 +0200
committerSamuel Ortiz2012-05-01 12:00:22 +0200
commite1277f45d8748ff59608b140780f75390cb5400c (patch)
tree63414a11b0ba37c46a917a60e0d1efeec987edc4 /drivers/mfd/rc5t583.c
parentmfd: Add PCMCIA/CF support to asic3 (diff)
downloadkernel-qcow2-linux-e1277f45d8748ff59608b140780f75390cb5400c.tar.gz
kernel-qcow2-linux-e1277f45d8748ff59608b140780f75390cb5400c.tar.xz
kernel-qcow2-linux-e1277f45d8748ff59608b140780f75390cb5400c.zip
mfd: Add rc5t583's gpio in mfd device list
Adding the gpio of RC583 in the list of rc583 mfd devices to register the gpio driver of RC5T583. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/rc5t583.c')
-rw-r--r--drivers/mfd/rc5t583.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/rc5t583.c b/drivers/mfd/rc5t583.c
index 44afae0a69ce..1cb4c356afd5 100644
--- a/drivers/mfd/rc5t583.c
+++ b/drivers/mfd/rc5t583.c
@@ -75,6 +75,7 @@ static struct deepsleep_control_data deepsleep_data[] = {
(RC5T583_EXT_PWRREQ1_CONTROL | RC5T583_EXT_PWRREQ2_CONTROL)
static struct mfd_cell rc5t583_subdevs[] = {
+ {.name = "rc5t583-gpio",},
{.name = "rc5t583-regulator",},
{.name = "rc5t583-rtc", },
{.name = "rc5t583-key", }