From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/Documentation/devicetree/bindings/net/hisilicon-femac.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/net/hisilicon-femac.txt b/kernel/Documentation/devicetree/bindings/net/hisilicon-femac.txt index d11af5e..5f96976 100644 --- a/kernel/Documentation/devicetree/bindings/net/hisilicon-femac.txt +++ b/kernel/Documentation/devicetree/bindings/net/hisilicon-femac.txt @@ -14,7 +14,6 @@ the PHY reset signal(optional). - reset-names: should contain the reset signal name "mac"(required) and "phy"(optional). -- mac-address: see ethernet.txt [1]. - phy-mode: see ethernet.txt [1]. - phy-handle: see ethernet.txt [1]. - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given. @@ -22,6 +21,9 @@ The 2nd cell is reset pulse in micro seconds. The 3rd cell is reset post-delay in micro seconds. +The MAC address will be determined using the optional properties +defined in ethernet.txt[1]. + [1] Documentation/devicetree/bindings/net/ethernet.txt Example: -- Gitblit v1.6.2