]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: memory-controllers: qcom,ebi2: Enforce child props
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 6 Mar 2025 08:58:49 +0000 (09:58 +0100)
committerRob Herring (Arm) <robh@kernel.org>
Fri, 7 Mar 2025 21:18:44 +0000 (15:18 -0600)
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>
Documentation/devicetree/bindings/memory-controllers/qcom,ebi2.yaml

index 3e6da1ba460e0d2689f73efb56365c80c85ee577..423d7a75134f87132eb964c3cedc4dc5c8723325 100644 (file)
@@ -104,6 +104,7 @@ required:
 patternProperties:
   "^.*@[0-5],[0-9a-f]+$":
     type: object
+    $ref: mc-peripheral-props.yaml#
     additionalProperties: true
 
 additionalProperties: false