mfd: ab8500-core: Add additional resources to ab8505_iddet_resources
authorLee Jones <lee.jones@linaro.org>
Mon, 25 Feb 2013 15:06:18 +0000 (15:06 +0000)
committerLee Jones <lee.jones@linaro.org>
Thu, 7 Mar 2013 04:28:40 +0000 (12:28 +0800)
Add VBUS_DET_R, VBUS_DET_F IRQ, ID_DET_PLUGR and ID_DET_PLUGF IRQ
information to ab8505_iddet_resources. These are required to get
interrupts for AB8505 cut-2.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-core.c

index 0fc18e9..141572c 100644 (file)
@@ -1016,6 +1016,30 @@ static struct resource ab8505_iddet_resources[] = {
                .end   = AB8505_INT_KEYSTUCK,
                .flags = IORESOURCE_IRQ,
        },
+       {
+               .name = "VBUS_DET_R",
+               .start = AB8500_INT_VBUS_DET_R,
+               .end = AB8500_INT_VBUS_DET_R,
+               .flags = IORESOURCE_IRQ,
+       },
+       {
+               .name = "VBUS_DET_F",
+               .start = AB8500_INT_VBUS_DET_F,
+               .end = AB8500_INT_VBUS_DET_F,
+               .flags = IORESOURCE_IRQ,
+       },
+       {
+               .name = "ID_DET_PLUGR",
+               .start = AB8500_INT_ID_DET_PLUGR,
+               .end = AB8500_INT_ID_DET_PLUGR,
+               .flags = IORESOURCE_IRQ,
+       },
+       {
+               .name = "ID_DET_PLUGF",
+               .start = AB8500_INT_ID_DET_PLUGF,
+               .end = AB8500_INT_ID_DET_PLUGF,
+               .flags = IORESOURCE_IRQ,
+       },
 };
 
 static struct resource ab8500_temp_resources[] = {