diff mbox series

[RESEND,2/2] dt-bindings: net: stmmac: add ahb reset to example

Message ID 20210609230946.1294326-3-mnhagan88@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show
Series Add GMAC_AHB_RESET to ipq8064 ethernet resets | expand

Commit Message

Matthew Hagan June 9, 2021, 11:09 p.m. UTC
Add ahb reset to the reset properties within the example GMAC node.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
---
 Documentation/devicetree/bindings/net/ipq806x-dwmac.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Rob Herring June 18, 2021, 9:18 p.m. UTC | #1
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 <mnhagan88@gmail.com>
> ---
>  Documentation/devicetree/bindings/net/ipq806x-dwmac.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

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";
 	};