diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-16 08:38:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-16 08:38:46 -0400 |
commit | 9abfbef57f55f31e42940ac2a18ebccfb087e5c6 (patch) | |
tree | 96a13568c13a7bffda05adb85cb5b7daabebc4ad /drivers/spi/nxp_fspi.c | |
parent | fd27812e520881d73bd97a2c034f3b5ecc361c4b (diff) | |
parent | 1a558fafbbdff80cb6a7c8e883addec7f02fe8e5 (diff) |
Merge tag 'u-boot-imx-20220616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220616
-------------------
Fixes for 2022.07 + Toradex apalis-imx8 (missed in last PR)
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/12322
Diffstat (limited to 'drivers/spi/nxp_fspi.c')
-rw-r--r-- | drivers/spi/nxp_fspi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/spi/nxp_fspi.c b/drivers/spi/nxp_fspi.c index 607c953987..579d6bac9b 100644 --- a/drivers/spi/nxp_fspi.c +++ b/drivers/spi/nxp_fspi.c @@ -866,9 +866,6 @@ static int nxp_fspi_default_setup(struct nxp_fspi *f) u32 reg; #if CONFIG_IS_ENABLED(CLK) - /* disable and unprepare clock to avoid glitch pass to controller */ - nxp_fspi_clk_disable_unprep(f); - /* the default frequency, we will change it later if necessary. */ ret = clk_set_rate(&f->clk, 20000000); if (ret < 0) |