Commit 73075011 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Vinod Koul
Browse files

phy: HiSilicon: Add driver for Kirin 970 PCIe PHY



The Kirin 970 PHY is somewhat similar to the Kirin 960, but it
does a lot more. Add the needed bits for PCIe to start working on
HiKey 970 boards.

Co-developed-by: default avatarManivannan Sadhasivam <mani@kernel.org>
Signed-off-by: default avatarManivannan Sadhasivam <mani@kernel.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/b7a4ff41b57d861b003f1a00cae81f3d226fbe18.1632814194.git.mchehab+huawei@kernel.org


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 9b870e8c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -33,6 +33,16 @@ config PHY_HI3670_USB

	  To compile this driver as a module, choose M here.

config PHY_HI3670_PCIE
	tristate "hi3670 PCIe PHY support"
	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
	select GENERIC_PHY
	select MFD_SYSCON
	help
	  Enable this to support the HiSilicon hi3670 PCIe PHY.

	  To compile this driver as a module, choose M here.

config PHY_HISTB_COMBPHY
	tristate "HiSilicon STB SoCs COMBPHY support"
	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
obj-$(CONFIG_PHY_HI6220_USB)		+= phy-hi6220-usb.o
obj-$(CONFIG_PHY_HI3660_USB)		+= phy-hi3660-usb3.o
obj-$(CONFIG_PHY_HI3670_USB)		+= phy-hi3670-usb3.o
obj-$(CONFIG_PHY_HI3670_PCIE)		+= phy-hi3670-pcie.o
obj-$(CONFIG_PHY_HISTB_COMBPHY)		+= phy-histb-combphy.o
obj-$(CONFIG_PHY_HISI_INNO_USB2)	+= phy-hisi-inno-usb2.o
obj-$(CONFIG_PHY_HIX5HD2_SATA)		+= phy-hix5hd2-sata.o
+845 −0

File added.

Preview size limit exceeded, changes collapsed.