Skip to content

Commit 95dfaf7

Browse files
krzkrobherring
authored andcommitted
dt-bindings: memory-controllers: samsung,exynos4210-srom: Enforce child props
Samsung Exynos SROM 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: 67bf606 ("dt-bindings: memory-controllers: samsung,exynos4210-srom: Split out child node properties") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250306085849.32852-1-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent eeb237f commit 95dfaf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ properties:
3838
patternProperties:
3939
"^.*@[0-3],[a-f0-9]+$":
4040
type: object
41+
$ref: mc-peripheral-props.yaml#
4142
additionalProperties: true
4243

4344
properties:

0 commit comments

Comments
 (0)