From: Yang Xiwen <forbidden405@xxxxxxxxxxx> The old property "phy-mode" should be replaced with the latest "phy-connection-type". Signed-off-by: Yang Xiwen <forbidden405@xxxxxxxxxxx> --- Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml b/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml index ba207f2c9ae4..6c5888897876 100644 --- a/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml +++ b/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml @@ -66,7 +66,7 @@ required: - clocks - resets - reset-names - - phy-mode + - phy-connection-type - phy-handle - hisilicon,phy-reset-delays-us @@ -83,7 +83,7 @@ examples: resets = <&crg 0xec 0>, <&crg 0xec 3>; reset-names = "mac", "phy"; mac-address = [00 00 00 00 00 00]; - phy-mode = "mii"; + phy-connection-type = "mii"; phy-handle = <&fephy>; hisilicon,phy-reset-delays-us = <10000 20000 20000>; }; -- 2.43.0