The patch spi: spi-ti-qspi: Remove unused macro for fclk frequency has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From c1795f7cee026b066485de794cff4e5bb9475a98 Mon Sep 17 00:00:00 2001 From: Jean Pihet <jean.pihet@xxxxxxxxxxxxxx> Date: Wed, 11 Dec 2019 20:39:52 +0100 Subject: [PATCH] spi: spi-ti-qspi: Remove unused macro for fclk frequency The fclk and its rate are retrieved from DT. Signed-off-by: Jean Pihet <jean.pihet@xxxxxxxxxxxxxx> Cc: Ryan Barnett <ryan.barnett@xxxxxxxxxxxxxxxxxxx> Cc: Conrad Ratschan <conrad.ratschan@xxxxxxxxxxxxxxxxxxx> Cc: Arnout Vandecappelle <arnout.vandecappelle@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20191211193954.747745-2-jean.pihet@xxxxxxxxxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> --- drivers/spi/spi-ti-qspi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/spi/spi-ti-qspi.c b/drivers/spi/spi-ti-qspi.c index 3cb65371ae3b..a18835128ad0 100644 --- a/drivers/spi/spi-ti-qspi.c +++ b/drivers/spi/spi-ti-qspi.c @@ -79,8 +79,6 @@ struct ti_qspi { #define QSPI_COMPLETION_TIMEOUT msecs_to_jiffies(2000) -#define QSPI_FCLK 192000000 - /* Clock Control */ #define QSPI_CLK_EN (1 << 31) #define QSPI_CLK_DIV_MAX 0xffff -- 2.20.1