Skip to content

Commit 8570799

Browse files
committed
Revert "[nrf noup] drivers: spi: dw: turn on FAST_ACTIVE1 domain"
This reverts commit e606246. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent a5f0131 commit 8570799

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

drivers/spi/spi_dw.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ LOG_MODULE_REGISTER(spi_dw);
4545
#include <nrfx.h>
4646
#endif
4747

48-
#ifdef CONFIG_SOC_NRF54H20_GPD
49-
#include <nrf/gpd.h>
50-
#endif
51-
5248
static inline bool spi_dw_is_slave(struct spi_dw_data *spi)
5349
{
5450
return (IS_ENABLED(CONFIG_SPI_SLAVE) &&
@@ -564,13 +560,6 @@ int spi_dw_init(const struct device *dev)
564560
#ifdef CONFIG_HAS_NRFX
565561
NRF_EXMIF->INTENSET = BIT(0);
566562
NRF_EXMIF->TASKS_START = 1;
567-
568-
#ifdef CONFIG_SOC_NRF54H20_GPD
569-
err = nrf_gpd_request(NRF_GPD_FAST_ACTIVE1);
570-
if (err < 0) {
571-
return err;
572-
}
573-
#endif
574563
#endif
575564

576565
info->config_func();

0 commit comments

Comments
 (0)