Skip to content

Commit db40006

Browse files
ryan-wannerkuba-moo
authored andcommitted
net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag
Remove USARIO_CLKEN flag since this is now a device tree argument and not fixed to the SoC. This will instead be selected by the "cdns,refclk-ext" device tree property. Signed-off-by: Ryan Wanner <[email protected]> Link: https://patch.msgid.link/1e7a8c324526f631f279925aa8a6aa937d55c796.1752510727.git.Ryan.Wanner@microchip.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent eb4f50d commit db40006

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/net/ethernet/cadence/macb_main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5113,8 +5113,7 @@ static const struct macb_config sama7g5_gem_config = {
51135113

51145114
static const struct macb_config sama7g5_emac_config = {
51155115
.caps = MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII |
5116-
MACB_CAPS_USRIO_HAS_CLKEN | MACB_CAPS_MIIONRGMII |
5117-
MACB_CAPS_GEM_HAS_PTP,
5116+
MACB_CAPS_MIIONRGMII | MACB_CAPS_GEM_HAS_PTP,
51185117
.dma_burst_length = 16,
51195118
.clk_init = macb_clk_init,
51205119
.init = macb_init,

0 commit comments

Comments
 (0)