LF-3715-1 net: phy: realtek: change "rtl821x,clkout_en" to "rtl821x,clkout-disable"
authorJoakim Zhang <qiangqing.zhang@nxp.com>
Thu, 27 May 2021 11:21:37 +0000 (19:21 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Fri, 28 May 2021 06:05:10 +0000 (14:05 +0800)
commit65e86c06e095336b9204820832911e6891f7cb3f
tree3c52c4e5b3c6d0b12eb4c8c8a2c00873ff3cac6c
parent5b2559d9d66b0b9561fc42dd8007dfe4569573df
LF-3715-1 net: phy: realtek: change "rtl821x,clkout_en" to "rtl821x,clkout-disable"

For PHY RTL8211FDI-CG, CLKOUT clock default is enabled by hardware, use
"rtl821x,clkout-disable" property to disable CLKOUT if user required. If
use "rtl821x,clkout_en" property to enable CLKOUT clock, it will block existing
cases which need this CLKOUT for MAC but doesn't add this property. It's
safe to change "rtl821x,clkout_en" to "rtl821x,clkout-disable", as to be
removed property("rtl821x,clkout_en") never been used in the kernel
tree.

Camelia Groza validated on LS1043ARDB.

Tested-by: Camelia Groza <camelia.groza@nxp.com>
Reviewed-by: Camelia Groza <camelia.groza@nxp.com>
Reviewed-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Acked-by: Jason Liu <jason.hui.liu@nxp.com>
Documentation/devicetree/bindings/net/realtek.txt
drivers/net/phy/realtek.c