Commit 6dae25e4 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: soc: qcom: smd: restrict child name to smd-edge

Child node of SMD must be either smd-edge or rpm, so the pattern can be
narrowed.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220909125403.803158-7-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent df870fef
...@@ -20,7 +20,7 @@ properties: ...@@ -20,7 +20,7 @@ properties:
const: qcom,smd const: qcom,smd
patternProperties: patternProperties:
"^.*-edge|rpm$": "^smd-edge|rpm$":
$ref: /schemas/remoteproc/qcom,smd-edge.yaml# $ref: /schemas/remoteproc/qcom,smd-edge.yaml#
description: description:
Each subnode of the SMD node represents a remote subsystem or a remote Each subnode of the SMD node represents a remote subsystem or a remote
......
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