modules: nrf_wifi: Implement SPI deinit
Release the SPI during the deinit to put respective GPIOs in low-power state or disconnected. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
4eb7b9f06b
commit
945ddf0acb
1 changed files with 1 additions and 3 deletions
|
@ -263,9 +263,7 @@ int spim_init(struct qspi_config *config)
|
||||||
|
|
||||||
int spim_deinit(void)
|
int spim_deinit(void)
|
||||||
{
|
{
|
||||||
LOG_DBG("TODO : %s", __func__);
|
return spi_release_dt(&spi_spec);
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void spim_addr_check(unsigned int addr, const void *data, unsigned int len)
|
static void spim_addr_check(unsigned int addr, const void *data, unsigned int len)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue