2021-06-09 23:13:40

by Matthew Hagan

[permalink] [raw]
Subject: [PATCH RESEND 2/2] dt-bindings: net: stmmac: add ahb reset to example

Add ahb reset to the reset properties within the example GMAC node.

Signed-off-by: Matthew Hagan <[email protected]>
---
Documentation/devicetree/bindings/net/ipq806x-dwmac.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt b/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt
index 6d7ab4e524d4..ef5fd9f0b156 100644
--- a/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt
+++ b/Documentation/devicetree/bindings/net/ipq806x-dwmac.txt
@@ -30,6 +30,7 @@ Example:
clocks = <&gcc GMAC_CORE1_CLK>;
clock-names = "stmmaceth";

- resets = <&gcc GMAC_CORE1_RESET>;
- reset-names = "stmmaceth";
+ resets = <&gcc GMAC_CORE1_RESET>,
+ <&gcc GMAC_AHB_RESET>;
+ reset-names = "stmmaceth", "ahb";
};
--
2.26.3


2021-06-19 06:50:54

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH RESEND 2/2] dt-bindings: net: stmmac: add ahb reset to example

On Thu, 10 Jun 2021 00:09:45 +0100, Matthew Hagan wrote:
> Add ahb reset to the reset properties within the example GMAC node.
>
> Signed-off-by: Matthew Hagan <[email protected]>
> ---
> Documentation/devicetree/bindings/net/ipq806x-dwmac.txt | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>

Acked-by: Rob Herring <[email protected]>