[PATCH 3/3] spi: imx: Use clock framework if enabled

2021-01-23 Thread sbabic
> In case the clock framework is enabled, enable the SPI controller clock > and obtain max frequency from the clock framework. > Signed-off-by: Marek Vasut > Cc: Jagan Teki > Cc: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH 3/3] spi: imx: Use clock framework if enabled

2021-01-18 Thread Marek Vasut
In case the clock framework is enabled, enable the SPI controller clock and obtain max frequency from the clock framework. Signed-off-by: Marek Vasut Cc: Jagan Teki Cc: Stefano Babic --- drivers/spi/mxc_spi.c | 12 1 file changed, 12 insertions(+) diff --git