spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 25 Feb 2022 17:23:45 +0000 (19:23 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 28 Feb 2022 12:10:22 +0000 (12:10 +0000)
commit03f8e04e9f9be8d28c52ae801f37d49988f02ce4
tree76b8543f4cbf8d34e4e3da2c04315b2e5ec3c152
parentbd2e24de10da015147b02f8c2c4b8ebea8fa9574
spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup()

Move max_clk_rate to the corresponding ->setup() function to unify
with the rest.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220225172350.69797-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx-pci.c