]> Git Repo - linux.git/commitdiff
dt-bindings: net: snps,dwmac: Fix snps,reset-delays-us dependency
authorAndrew Halaney <[email protected]>
Tue, 14 Feb 2023 17:15:04 +0000 (11:15 -0600)
committerJakub Kicinski <[email protected]>
Thu, 16 Feb 2023 05:37:22 +0000 (21:37 -0800)
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")
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Andrew Halaney <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Documentation/devicetree/bindings/net/snps,dwmac.yaml

index e88a86623fcec11432456051b269feb87f5788c9..16b7d290469641bc44d107141a9d064cba215dae 100644 (file)
@@ -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#"
This page took 0.050473 seconds and 4 git commands to generate.