We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4f50d commit db40006Copy full SHA for db40006
drivers/net/ethernet/cadence/macb_main.c
@@ -5113,8 +5113,7 @@ static const struct macb_config sama7g5_gem_config = {
5113
5114
static const struct macb_config sama7g5_emac_config = {
5115
.caps = MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII |
5116
- MACB_CAPS_USRIO_HAS_CLKEN | MACB_CAPS_MIIONRGMII |
5117
- MACB_CAPS_GEM_HAS_PTP,
+ MACB_CAPS_MIIONRGMII | MACB_CAPS_GEM_HAS_PTP,
5118
.dma_burst_length = 16,
5119
.clk_init = macb_clk_init,
5120
.init = macb_init,
0 commit comments