This is a note to let you know that I've just added the patch titled Revert "clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz" to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: revert-clk-imx-pll14xx-dynamically-configure-pll-for-393216000-361267200hz.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 23e1302ec82d40110e3726b1aff1be7ab4ecbbc1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Sat, 7 Oct 2023 13:42:26 +0200 Subject: Revert "clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz" From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> This reverts commit 972acd701b1982da9cdbeb892bf17eeef2094508 which is commit 72d00e560d10665e6139c9431956a87ded6e9880 upstream. Marek writes: The commit message states 'Cc: stable@xxxxxxxxxxxxxxx # v5.18+' and the commit should only be applied to Linux 5.18.y and newer, on anything older it breaks PLL configuration due to missing prerequisite patches. Reported-by: Marek Vasut <marex@xxxxxxx> Cc: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> Cc: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> Cc: Abel Vesa <abel.vesa@xxxxxxxxxx> Link: https://lore.kernel.org/r/4e5fa5b2-66b8-8f0b-ccb9-c2b774054e4e@xxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/clk/imx/clk-pll14xx.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/clk/imx/clk-pll14xx.c +++ b/drivers/clk/imx/clk-pll14xx.c @@ -60,6 +60,8 @@ static const struct imx_pll14xx_rate_tab PLL_1443X_RATE(650000000U, 325, 3, 2, 0), PLL_1443X_RATE(594000000U, 198, 2, 2, 0), PLL_1443X_RATE(519750000U, 173, 2, 2, 16384), + PLL_1443X_RATE(393216000U, 262, 2, 3, 9437), + PLL_1443X_RATE(361267200U, 361, 3, 3, 17511), }; struct imx_pll14xx_clk imx_1443x_pll = { Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-5.10/drm-mediatek-fix-backport-issue-in-mtk_drm_gem_prime_vmap.patch queue-5.10/ata-libata-core-do-not-register-pm-operations-for-sas-ports.patch queue-5.10/ring-buffer-update-shortest_full-in-polling.patch queue-5.10/i2c-i801-unregister-tco_pdev-in-i801_probe-error-path.patch queue-5.10/alsa-hda-disable-power-save-for-solving-pop-issue-on-lenovo-thinkcentre-m70q.patch queue-5.10/revert-clk-imx-pll14xx-dynamically-configure-pll-for-393216000-361267200hz.patch queue-5.10/ata-libata-sata-increase-pmp-srst-timeout-to-10s.patch queue-5.10/block-fix-use-after-free-of-q-q_usage_counter.patch queue-5.10/treewide-replace-gplv2-boilerplate-reference-with-sp.patch queue-5.10/ata-libata-scsi-ignore-reserved-bits-for-report-supported-operation-codes.patch queue-5.10/revert-sunrpc-dont-update-timeout-value-on-connection-reset.patch queue-5.10/ata-libata-core-fix-ata_port_request_pm-locking.patch queue-5.10/revert-tty-n_gsm-fix-uaf-in-gsm_cleanup_mux.patch queue-5.10/net-thunderbolt-fix-tcpv6-gso-checksum-calculation.patch queue-5.10/proc-nommu-proc-pid-maps-release-mmap-read-lock.patch queue-5.10/nilfs2-fix-potential-use-after-free-in-nilfs_gccache_submit_read_data.patch queue-5.10/serial-8250_port-check-irq-data-before-use.patch queue-5.10/bpf-fix-btf_id-symbol-generation-collision.patch queue-5.10/fs-binfmt_elf_efpic-fix-personality-for-elf-fdpic.patch queue-5.10/btrfs-properly-report-0-avail-for-very-full-file-systems.patch queue-5.10/bpf-fix-btf_id-symbol-generation-collision-in-tools.patch queue-5.10/ata-libata-core-fix-port-and-device-removal.patch