Commit affb6a3f authored by Andrew Halaney's avatar Andrew Halaney Committed by Jakub Kicinski
Browse files

dt-bindings: net: snps,dwmac: Fix snps,reset-delays-us dependency



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: 7db3545a ("dt-bindings: net: stmmac: Convert the binding to a schemas")
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarAndrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230214171505.224602-1-ahalaney@redhat.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent f5853171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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#"