OSDN Git Service

stmmac: intel: Add PSE and PCH PTP clock source selection
authorWong, Vee Khee <vee.khee.wong@intel.com>
Wed, 17 Mar 2021 01:32:47 +0000 (09:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 02:10:51 +0000 (19:10 -0700)
commit76da35dc99afb460b9c335182ba6a3e7ff924186
tree06027c5dd0bf95971dcf3639276e8b9864693661
parentd7417ee918582504076ec1a74dfcd5fe1f55696c
stmmac: intel: Add PSE and PCH PTP clock source selection

Intel mGbE variant implemented in EHL and TGL can be set to select
different clock frequency based on GPO bits in MAC_GPIO_STATUS register.

We introduce a new "void (*ptp_clk_freq_config)(void *priv)" in platform
data so that if a platform is required to configure the frequency of clock
source, in this case Intel mGBE does, the platform-specific configuration
of the PTP clock setting is done when stmmac_ptp_register() is called.

Signed-off-by: Wong, Vee Khee <vee.khee.wong@intel.com>
Signed-off-by: Voon Weifeng <weifeng.voon@intel.com>
Co-developed-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c
drivers/net/ethernet/stmicro/stmmac/dwmac4.h
drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c
include/linux/stmmac.h