Commit bd415f6c authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Jakub Kicinski

dt-bindings: net: pse-pd: Allow -N suffix for ethernet-pse node names

Extend the pattern matching for PSE-PD controller nodes to allow -N
suffixes. This enables the use of multiple "ethernet-pse" nodes without the
need for a "reg" property.
Signed-off-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 5ff9424e
...@@ -16,7 +16,7 @@ maintainers: ...@@ -16,7 +16,7 @@ maintainers:
properties: properties:
$nodename: $nodename:
pattern: "^ethernet-pse(@.*)?$" pattern: "^ethernet-pse(@.*|-([0-9]|[1-9][0-9]+))?$"
"#pse-cells": "#pse-cells":
description: description:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment