summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/phy/helper.c
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2024-12-18 11:42:24 -0800
committerFabio Estevam <festevam@gmail.com>2024-12-23 08:08:34 -0300
commitf331967b3da2511facff76a75f9b27f21df78527 (patch)
treeca3af3487b472bcd0f563c3b94f1b6fd5bd176e0 /drivers/ddr/imx/phy/helper.c
parent5947cd76acdd65f48f0748af01241cb6c0756fba (diff)
spi: mxc_spi: use proper clock for SPI bus
The mxc_get_clock function is around for compatibility with older drivers that are not clock aware. In this case asking for the clk for MXC_CSPI_CLK does not take into account there are multiple SPI busses on modern IMX SoC's and it will return the clock for the first bus which may not be used or configured. In the case you are not using the first bus you will not get the proper clock. Fix this by obtaining the clock rate from the bus clock. This resolves an invalid SPI clock frequency configuration for SPI2 on a board where SPI1 is not used. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'drivers/ddr/imx/phy/helper.c')
0 files changed, 0 insertions, 0 deletions