From 3335786a982578abf9a25e4d6ce67d3416ebe15e Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 23 May 2016 11:12:05 +0200 Subject: drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k This version is based on the Marvell U-Boot version with this patch applied as latest patch: Git ID 7f408573: "fix: comphy: cp110: add comphy initialization for usb device mode" from 2016-07-05. Signed-off-by: Stefan Roese Cc: Nadav Haklai Cc: Kostya Porotchkin Cc: Wilson Ding Cc: Victor Gu Cc: Hua Jing Cc: Terry Zhou Cc: Hanna Hawa Cc: Haim Boot --- drivers/phy/marvell/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 drivers/phy/marvell/Makefile (limited to 'drivers/phy/marvell/Makefile') diff --git a/drivers/phy/marvell/Makefile b/drivers/phy/marvell/Makefile new file mode 100644 index 0000000..91df554 --- /dev/null +++ b/drivers/phy/marvell/Makefile @@ -0,0 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_core.o +obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_mux.o +obj-$(CONFIG_ARMADA_3700) += comphy_a3700.o -- cgit v1.1