diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-09-09 15:54:02 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-09-09 19:23:31 +0300 |
commit | 6dae25e4df11aed2dbe3b81b81b43c78dce5103f (patch) | |
tree | 39ff67d4dec40d458a7b457e92ffe9793c7ca959 | |
parent | df870fefd96f958ca9c38386c2d2a0fd84c8d9fc (diff) | |
download | linux-6dae25e4df11aed2dbe3b81b81b43c78dce5103f.tar.xz |
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: 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>
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml index 9b3efe97f47c..0e548234611e 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml @@ -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 |