Skip to content
Commit 391e5975 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Jakub Kicinski
Browse files

net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M



ETHER_CLK_SEL_FREQ_SEL_2P5M is not 0 bit of the register. This is a
value, which is 0. Fix from BIT(0) to 0.

Reported-by: default avatarYuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
Fixes: b38dd98f

 ("net: stmmac: Add Toshiba Visconti SoCs glue driver")
Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Link: https://lore.kernel.org/r/20211223073633.101306-1-nobuhiro1.iwamatsu@toshiba.co.jp
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 65fd0c33
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment