aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongbo Zhang <hongbo.zhang@linaro.org>2013-01-30 05:21:27 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-13 18:22:58 -0500
commit151621a704fc7b8eaa1d6905bec0c6388b0a57af (patch)
treee0b02761f7af2bfda63bfc7e3bf80112b5f4b662
parent504decc0a063e6a09a1e5b203ca68bc21dfffde9 (diff)
mfd: ab8500: Rename ab8500 to abx500 for hwmon driver
We are using a generic abx500 hwmon layer, so rename specific ab8500 to generic abx500 for hwmon device and driver matching. Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/mfd/ab8500-core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index 4778bb124efe..cdcaa5b78c4d 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -923,7 +923,7 @@ static struct resource ab8505_iddet_resources[] = {
923 923
924static struct resource ab8500_temp_resources[] = { 924static struct resource ab8500_temp_resources[] = {
925 { 925 {
926 .name = "AB8500_TEMP_WARM", 926 .name = "ABX500_TEMP_WARM",
927 .start = AB8500_INT_TEMP_WARM, 927 .start = AB8500_INT_TEMP_WARM,
928 .end = AB8500_INT_TEMP_WARM, 928 .end = AB8500_INT_TEMP_WARM,
929 .flags = IORESOURCE_IRQ, 929 .flags = IORESOURCE_IRQ,
@@ -999,8 +999,8 @@ static struct mfd_cell abx500_common_devs[] = {
999 .of_compatible = "stericsson,ab8500-denc", 999 .of_compatible = "stericsson,ab8500-denc",
1000 }, 1000 },
1001 { 1001 {
1002 .name = "ab8500-temp", 1002 .name = "abx500-temp",
1003 .of_compatible = "stericsson,ab8500-temp", 1003 .of_compatible = "stericsson,abx500-temp",
1004 .num_resources = ARRAY_SIZE(ab8500_temp_resources), 1004 .num_resources = ARRAY_SIZE(ab8500_temp_resources),
1005 .resources = ab8500_temp_resources, 1005 .resources = ab8500_temp_resources,
1006 }, 1006 },