diff options
author | 2025-03-06 09:58:49 +0100 | |
---|---|---|
committer | 2025-03-07 15:18:44 -0600 | |
commit | 5935d1f1ea152b6382638b545ce76ffe3cc05c68 (patch) | |
tree | bc75885a015e072dc2de5fb01cb6e5c84e400bf3 | |
parent | dt-bindings: memory-controllers: samsung,exynos4210-srom: Enforce child props (diff) | |
download | wireguard-linux-5935d1f1ea152b6382638b545ce76ffe3cc05c68.tar.xz wireguard-linux-5935d1f1ea152b6382638b545ce76ffe3cc05c68.zip |
dt-bindings: memory-controllers: qcom,ebi2: Enforce child props
Qualcomm EBI2 peripheral properties were moved from the device schema to
separate "peripheral-props" schema for child node, but the device schema
does not reference the new one.
Reference the peripheral-props schema so the child nodes will be
properly validated from the device schema.
Fixes: 06652f348f28 ("dt-bindings: memory-controllers: qcom,ebi2: Split out child node properties")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250306085849.32852-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/memory-controllers/qcom,ebi2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/memory-controllers/qcom,ebi2.yaml b/Documentation/devicetree/bindings/memory-controllers/qcom,ebi2.yaml index 3e6da1ba460e..423d7a75134f 100644 --- a/Documentation/devicetree/bindings/memory-controllers/qcom,ebi2.yaml +++ b/Documentation/devicetree/bindings/memory-controllers/qcom,ebi2.yaml @@ -104,6 +104,7 @@ required: patternProperties: "^.*@[0-5],[0-9a-f]+$": type: object + $ref: mc-peripheral-props.yaml# additionalProperties: true additionalProperties: false |