[PATCH net-next v6 07/11] dt-bindings: net: hisi-femac: replace deprecated phy-mode with recommended phy-connection-type

From: Yang Xiwen via B4 Relay
Date: Wed Feb 28 2024 - 04:05:34 EST


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