File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ config PWRSEQ_SIMPLE
3636
3737config 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.
Original file line number Diff line number Diff line change 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 )) {
You can’t perform that action at this time.
0 commit comments