mfd: Add rc5t583's gpio in mfd device list
authorLaxman Dewangan <ldewangan@nvidia.com>
Mon, 9 Apr 2012 08:25:55 +0000 (13:55 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 1 May 2012 10:00:22 +0000 (12:00 +0200)
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>
drivers/mfd/rc5t583.c

index 44afae0a69ce75a5fada79d48acae246db1dfdb0..1cb4c356afd521c4582d4258559be0dea9bf0a80 100644 (file)
@@ -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",      }
This page took 0.038454 seconds and 5 git commands to generate.