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: 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: 67bf606fcf18 ("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>

authored by

Krzysztof Kozlowski and committed by
Rob Herring (Arm)
95dfaf71 eeb237f7

+1
+1
Documentation/devicetree/bindings/memory-controllers/exynos-srom.yaml
··· 38 38 patternProperties: 39 39 "^.*@[0-3],[a-f0-9]+$": 40 40 type: object 41 + $ref: mc-peripheral-props.yaml# 41 42 additionalProperties: true 42 43 43 44 properties: