Skip to content

Commit 945beb7

Browse files
peileelidavem330
authored andcommitted
stmmac: intel: Enable PHY WOL option in EHL
Enable PHY Wake On LAN in Intel EHL Intel platform. PHY Wake on LAN option is enabled due to Intel EHL Intel platform is designed for PHY Wake On LAN but not MAC Wake On LAN. Signed-off-by: Ling Pei Lee <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5a9b876 commit 945beb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ static int ehl_common_data(struct pci_dev *pdev,
593593
plat->rx_queues_to_use = 8;
594594
plat->tx_queues_to_use = 8;
595595
plat->clk_ptp_rate = 200000000;
596+
plat->use_phy_wol = 1;
596597

597598
plat->safety_feat_cfg->tsoee = 1;
598599
plat->safety_feat_cfg->mrxpee = 1;

0 commit comments

Comments
 (0)