]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/mfd/axp20x.c
Merge branches 'ib-mfd-gpio-i2c-3.19', 'ib-mfd-iio-3.19' and 'ib-mfd-regulator-v3...
[mirror_ubuntu-zesty-kernel.git] / drivers / mfd / axp20x.c
index 9c4714e13c3c463dc43fd437e0f26ae6cf58232c..971b0eb8d82103f37729b379a170f93553affde4 100644 (file)
@@ -271,15 +271,6 @@ static const struct regmap_irq_chip axp288_regmap_irq_chip = {
 
 };
 
-static const char * const axp20x_supplies[] = {
-       "acin",
-       "vin2",
-       "vin3",
-       "ldo24in",
-       "ldo3in",
-       "ldo5in",
-};
-
 static struct mfd_cell axp20x_cells[] = {
        {
                .name                   = "axp20x-pek",
@@ -287,8 +278,6 @@ static struct mfd_cell axp20x_cells[] = {
                .resources              = axp20x_pek_resources,
        }, {
                .name                   = "axp20x-regulator",
-               .parent_supplies        = axp20x_supplies,
-               .num_parent_supplies    = ARRAY_SIZE(axp20x_supplies),
        },
 };