diff options
author | Jonathan Lemon <jonathan.lemon@gmail.com> | 2022-06-22 07:04:53 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-06-24 05:49:02 +0200 |
commit | 39db6be781cd7dfd44ea259acecaf23f8685550b (patch) | |
tree | f096af1539f11e527a2367cd1c3d30a6f2eba06d /drivers/net/phy/Makefile | |
parent | net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib (diff) | |
download | linux-39db6be781cd7dfd44ea259acecaf23f8685550b.tar.xz linux-39db6be781cd7dfd44ea259acecaf23f8685550b.zip |
net: phy: broadcom: Add PTP support for some Broadcom PHYs.
This adds PTP support for BCM54210E Broadcom PHYs, in particular,
the BCM54213PE, as used in the Rasperry PI CM4. It has only been
tested on that hardware.
Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index b12b1d86fc99..f7138d3c896b 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -47,6 +47,7 @@ obj-$(CONFIG_BCM84881_PHY) += bcm84881.o obj-$(CONFIG_BCM87XX_PHY) += bcm87xx.o obj-$(CONFIG_BCM_CYGNUS_PHY) += bcm-cygnus.o obj-$(CONFIG_BCM_NET_PHYLIB) += bcm-phy-lib.o +obj-$(CONFIG_BCM_NET_PHYPTP) += bcm-phy-ptp.o obj-$(CONFIG_BROADCOM_PHY) += broadcom.o obj-$(CONFIG_CICADA_PHY) += cicada.o obj-$(CONFIG_CORTINA_PHY) += cortina.o |