Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e6240a4 authored by Maxime Ripard's avatar Maxime Ripard Committed by Lee Jones
Browse files

mfd: axp209x: Drop the parent supplies field



Now that the regulator code get its parent supplies purely from the DT, we can
drop the parent supplies resources in the MFD driver.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent fecc4452
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -140,15 +140,6 @@ static const struct regmap_irq_chip axp20x_regmap_irq_chip = {
	.init_ack_masked	= true,
};

static const char * const axp20x_supplies[] = {
	"acin",
	"vin2",
	"vin3",
	"ldo24in",
	"ldo3in",
	"ldo5in",
};

static struct mfd_cell axp20x_cells[] = {
	{
		.name			= "axp20x-pek",
@@ -156,8 +147,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),
	},
};