]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx8mp: power-domain: Expose high performance PLL clock
authorSumit Garg <sumit.garg@linaro.org>
Thu, 21 Mar 2024 14:55:01 +0000 (20:25 +0530)
committerFabio Estevam <festevam@gmail.com>
Sun, 24 Mar 2024 16:35:59 +0000 (13:35 -0300)
commit0d588cb7cc1ef716f5128b0cdbecc2a1f8b5f2bb
tree4bcd3df08fe9d16342c0a2da83cfc9a72e8ec38b
parentc7ab1442baa1e1731bc5a91d1e10174f7b3581ed
imx8mp: power-domain: Expose high performance PLL clock

Expose the high performance PLL as clock framework clock, so the
PCIe PHY can use it when there is no external refclock provided.

Inspired from counterpart Linux kernel v6.8-rc3 driver:
drivers/pmdomain/imx/imx8mp-blk-ctrl.c. Use last Linux kernel driver
reference commit 7476ddfd36ac ("pmdomain: imx8mp-blk-ctrl: Convert to
platform remove callback returning void").

Tested-by: Tim Harvey <tharvey@gateworks.com> #imx8mp-venice*
Tested-by: Adam Ford <aford173@gmail.com> #imx8mp-beacon-kit
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
drivers/power/domain/imx8mp-hsiomix.c