[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1373021520.1601.15.camel@ankurr1-desktop>
Date: Fri, 5 Jul 2013 16:22:00 +0530
From: Ankur Raina <Ankur.Raina@...tcummins.com>
To: <sameo@...ux.intel.com>
CC: <broonie@...nel.org>, <axel.lin@...il.com>,
<linus.walleij@...aro.org>, <linux-kernel@...r.kernel.org>,
<david.chen@...semi.com>
Subject: [patch v1]mfd: update DA9055 i2c device id
DA9055 is a combination of pmic and codec.
This patch updates the DA9055 i2c device id to match the standard naming convention followed for such chips.
Signed-off-by: Ankur <Ankur.Raina@...tcummins.com>
---
drivers/mfd/da9055-i2c.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/da9055-i2c.c b/drivers/mfd/da9055-i2c.c
index 88f6dca..43d3df5 100644
--- a/drivers/mfd/da9055-i2c.c
+++ b/drivers/mfd/da9055-i2c.c
@@ -54,7 +54,7 @@ static int __devexit da9055_i2c_remove(struct i2c_client *i2c)
}
static struct i2c_device_id da9055_i2c_id[] = {
- {"da9055-pmic", 0},
+ {"da9055", 0},
{ }
};
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists