]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mfd: LP3974 PMIC support
authorKyungmin Park <kyungmin.park@samsung.com>
Mon, 23 Aug 2010 04:46:49 +0000 (13:46 +0900)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Oct 2010 22:28:45 +0000 (00:28 +0200)
LP3974 PMIC support. It has same functionality as max8998.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/max8998.c

index b3aedaaa709291594170ed414f9a0d091d792bd1..02cd6c0e59cbdb6f88a01deae3f896cd70e17600 100644 (file)
@@ -294,14 +294,15 @@ config MFD_MAX8925
          to use the functionality of the device.
 
 config MFD_MAX8998
-       bool "Maxim Semiconductor MAX8998 PMIC Support"
+       bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
        depends on I2C=y
        select MFD_CORE
        help
-         Say yes here to support for Maxim Semiconductor MAX8998. This is
-         a Power Management IC. This driver provies common support for
-         accessing the device, additional drivers must be enabled in order
-         to use the functionality of the device.
+         Say yes here to support for Maxim Semiconductor MAX8998 and
+         National Semiconductor LP3974. This is a Power Management IC.
+         This driver provies common support for accessing the device,
+         additional drivers must be enabled in order to use the functionality
+         of the device.
 
 config MFD_WM8400
        tristate "Support Wolfson Microelectronics WM8400"
index 73e6f5c4efc9c46ab8589ed5ad9bba5ee10e0bd7..f1c92891588099178bf2b3cd47814529632a557e 100644 (file)
@@ -125,8 +125,9 @@ static int max8998_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max8998_i2c_id[] = {
-       { "max8998", 0 },
-       { }
+       { "max8998", 0 },
+       { "lp3974", 0 },
+       { }
 };
 MODULE_DEVICE_TABLE(i2c, max8998_i2c_id);