Skip to content

Commit

Permalink
net: mt7621: do not turn off ethernet LED
Browse files Browse the repository at this point in the history
Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep committed May 2, 2023
1 parent d24ea9a commit 20686fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/mt7621_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static int mt7621_eth_probe(struct udevice *dev)
mt7530_setup(priv);

/* Turn off LED */
mt7621_mdio_write(priv->mdio_bus, 0, 0x1f, 0x24, 0x4000);
/* mt7621_mdio_write(priv->mdio_bus, 0, 0x1f, 0x24, 0x4000); */

return 0;
}
Expand Down

0 comments on commit 20686fe

Please sign in to comment.