Skip to content

Commit

Permalink
dt-bindings: soc: qcom: smd: restrict child name to smd-edge
Browse files Browse the repository at this point in the history
Child node of SMD must be either smd-edge or rpm, so the pattern can be
narrowed.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220909125403.803158-7-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Krzysztof Kozlowski authored and Rob Herring committed Sep 9, 2022
1 parent df870fe commit 6dae25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ properties:
const: qcom,smd

patternProperties:
"^.*-edge|rpm$":
"^smd-edge|rpm$":
$ref: /schemas/remoteproc/qcom,smd-edge.yaml#
description:
Each subnode of the SMD node represents a remote subsystem or a remote
Expand Down

0 comments on commit 6dae25e

Please sign in to comment.