mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
5ff9424ea0
commit
bd415f6c74
@ -16,7 +16,7 @@ maintainers:
|
||||
|
||||
properties:
|
||||
$nodename:
|
||||
pattern: "^ethernet-pse(@.*)?$"
|
||||
pattern: "^ethernet-pse(@.*|-([0-9]|[1-9][0-9]+))?$"
|
||||
|
||||
"#pse-cells":
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user