Skip to content

Commit 19ac13c

Browse files
committed
Merge branch 'at91-5.4-trunk/wilc_pwrseq' into linux-5.4-at91
2 parents fe0f8ad + 1a129e9 commit 19ac13c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/mmc/core/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ config PWRSEQ_SIMPLE
3636

3737
config PWRSEQ_WILC
3838
tristate "HW reset support for Microchip WILC BT + WiFi devices"
39-
depends on OF && WILC1000
39+
depends on OF && WILC
4040
help
4141
This selects hardware reset support for Microchip WILC BT + WiFi
4242
devices. By default this option is set to n.

drivers/mmc/host/atmel-mci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include <asm/cacheflush.h>
4040
#include <asm/io.h>
4141
#include <asm/unaligned.h>
42+
#include "../core/pwrseq.h"
4243

4344
/*
4445
* Superset of MCI IP registers integrated in Atmel AT91 Processor
@@ -2300,6 +2301,7 @@ static int atmci_init_slot(struct atmel_mci *host,
23002301

23012302
host->slot[id] = slot;
23022303
mmc_regulator_get_supply(mmc);
2304+
mmc_pwrseq_alloc(slot->mmc);
23032305
mmc_add_host(mmc);
23042306

23052307
if (gpio_is_valid(slot->detect_pin)) {

0 commit comments

Comments
 (0)