]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY
authorSumit Garg <sumit.garg@linaro.org>
Thu, 21 Mar 2024 14:55:02 +0000 (20:25 +0530)
committerFabio Estevam <festevam@gmail.com>
Sun, 24 Mar 2024 16:35:59 +0000 (13:35 -0300)
commitc214ebce09bcea4b827344526f55d7bd300046c3
treeeda97c84db8abb37b1a3ca76e8fc3a6054b6aa06
parent0d588cb7cc1ef716f5128b0cdbecc2a1f8b5f2bb
phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY

Add initial support for i.MX8M{M/P} PCIe PHY. On i.MX8M{M/P} SoCs PCIe
PHY initialization moved to this standalone PHY driver.

Inspired from counterpart Linux kernel v6.8-rc3 driver:
drivers/phy/freescale/phy-fsl-imx8m-pcie.c. Use last Linux kernel driver
reference commit 7559e7572c03 ("phy: Explicitly include correct DT
includes").

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/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-imx8m-pcie.c [new file with mode: 0644]