[PATCH 3/3] dt-bindings: net: stmmac: add ahb reset to example

From: Matthew Hagan
Date: Sat Jun 05 2021 - 13:43:12 EST


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

Signed-off-by: Matthew Hagan <mnhagan88@xxxxxxxxx>
---
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