mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 19:31:09 +07:00
mfd: arizona: Register MICVDD supply first to ensure no retries
Not strictly required as probe deferral will take care of everything but it makes boot a little smoother. Reported-by: Ryo Tsutsui <Ryo.Tsutsui@wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
025d982079
commit
d7768111a9
@ -275,19 +275,19 @@ static struct mfd_cell early_devs[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct mfd_cell wm5102_devs[] = {
|
static struct mfd_cell wm5102_devs[] = {
|
||||||
|
{ .name = "arizona-micsupp" },
|
||||||
{ .name = "arizona-extcon" },
|
{ .name = "arizona-extcon" },
|
||||||
{ .name = "arizona-gpio" },
|
{ .name = "arizona-gpio" },
|
||||||
{ .name = "arizona-haptics" },
|
{ .name = "arizona-haptics" },
|
||||||
{ .name = "arizona-micsupp" },
|
|
||||||
{ .name = "arizona-pwm" },
|
{ .name = "arizona-pwm" },
|
||||||
{ .name = "wm5102-codec" },
|
{ .name = "wm5102-codec" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct mfd_cell wm5110_devs[] = {
|
static struct mfd_cell wm5110_devs[] = {
|
||||||
|
{ .name = "arizona-micsupp" },
|
||||||
{ .name = "arizona-extcon" },
|
{ .name = "arizona-extcon" },
|
||||||
{ .name = "arizona-gpio" },
|
{ .name = "arizona-gpio" },
|
||||||
{ .name = "arizona-haptics" },
|
{ .name = "arizona-haptics" },
|
||||||
{ .name = "arizona-micsupp" },
|
|
||||||
{ .name = "arizona-pwm" },
|
{ .name = "arizona-pwm" },
|
||||||
{ .name = "wm5110-codec" },
|
{ .name = "wm5110-codec" },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user