Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
6dae25e4 df870fef

+1 -1
+1 -1
Documentation/devicetree/bindings/soc/qcom/qcom,smd.yaml
··· 20 20 const: qcom,smd 21 21 22 22 patternProperties: 23 - "^.*-edge|rpm$": 23 + "^smd-edge|rpm$": 24 24 $ref: /schemas/remoteproc/qcom,smd-edge.yaml# 25 25 description: 26 26 Each subnode of the SMD node represents a remote subsystem or a remote