Commit 9bae0dd0 authored by Durai Manickam KR's avatar Durai Manickam KR Committed by Jakub Kicinski
Browse files

net: macb: Add PTP support to EMAC for sama7g5

parent abc783a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4853,7 +4853,8 @@ static const struct macb_config sama7g5_gem_config = {

static const struct macb_config sama7g5_emac_config = {
	.caps = MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII |
		MACB_CAPS_USRIO_HAS_CLKEN | MACB_CAPS_MIIONRGMII,
		MACB_CAPS_USRIO_HAS_CLKEN | MACB_CAPS_MIIONRGMII |
		MACB_CAPS_GEM_HAS_PTP,
	.dma_burst_length = 16,
	.clk_init = macb_clk_init,
	.init = macb_init,