diff options
| author | Vinod Koul <vkoul@kernel.org> | 2026-02-23 12:12:39 +0530 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-02-27 08:04:14 +0530 |
| commit | 75fb1a33f9ac4c9730e61bb19aaaab02023a99b2 (patch) | |
| tree | 347678dd734f2986df322091557037b795ca45ce /drivers/phy/Makefile | |
| parent | 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff) | |
phy: move spacemit pcie driver to its subfolder
Commit fe4bc1a08638 ("phy: spacemit: support K1 USB2.0 PHY controller")
created spacemit subfolder with usb driver while commit 57e920b92724
("phy: spacemit: Introduce PCIe/combo PHY") added pcie driver in phy
folder. Move latter into spacemit subfolder and rename file to
phy-k1-pcie.c
Reviewed-by: Alex Elder <elder@riscstar.com>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://patch.msgid.link/20260223064240.386617-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/Makefile')
| -rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index a648c2e02a83..2773d596e543 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -16,7 +16,6 @@ obj-$(CONFIG_PHY_SNPS_EUSB2) += phy-snps-eusb2.o obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o obj-$(CONFIG_PHY_AIROHA_PCIE) += phy-airoha-pcie.o obj-$(CONFIG_PHY_NXP_PTN3222) += phy-nxp-ptn3222.o -obj-$(CONFIG_PHY_SPACEMIT_K1_PCIE) += phy-spacemit-k1-pcie.o obj-$(CONFIG_GENERIC_PHY) += allwinner/ \ amlogic/ \ apple/ \ |
