netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: net: snps,dwmac: Fix snps,reset-delays-us dependency
@ 2023-02-13 21:31 Andrew Halaney
  2023-02-13 21:31 ` [PATCH 2/2] arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio Andrew Halaney
  2023-02-14  8:11 ` [PATCH 1/2] dt-bindings: net: snps,dwmac: Fix snps,reset-delays-us dependency Krzysztof Kozlowski
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Halaney @ 2023-02-13 21:31 UTC (permalink / raw)
  To: devicetree
  Cc: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski+dt,
	shawnguo, s.hauer, kernel, festevam, linux-imx, alexandre.torgue,
	peppe.cavallaro, joabreu, mripard, shenwei.wang, netdev,
	linux-kernel, linux-arm-kernel, Andrew Halaney

The schema had snps,reset-delay-us as dependent on snps,reset-gpio. The
actual property is called snps,reset-delays-us, so fix this to catch any
devicetree defining snsps,reset-delays-us without snps,reset-gpio.

Fixes: 7db3545aef5f ("dt-bindings: net: stmmac: Convert the binding to a schemas")
Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
---
 Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index e88a86623fce..16b7d2904696 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -552,7 +552,7 @@ required:
 
 dependencies:
   snps,reset-active-low: ["snps,reset-gpio"]
-  snps,reset-delay-us: ["snps,reset-gpio"]
+  snps,reset-delays-us: ["snps,reset-gpio"]
 
 allOf:
   - $ref: "ethernet-controller.yaml#"
-- 
2.39.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-14 14:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13 21:31 [PATCH 1/2] dt-bindings: net: snps,dwmac: Fix snps,reset-delays-us dependency Andrew Halaney
2023-02-13 21:31 ` [PATCH 2/2] arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio Andrew Halaney
2023-02-13 21:47   ` Fabio Estevam
2023-02-14  8:12   ` Krzysztof Kozlowski
2023-02-14 14:15     ` Andrew Halaney
2023-02-14  8:11 ` [PATCH 1/2] dt-bindings: net: snps,dwmac: Fix snps,reset-delays-us dependency Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).