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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent eeb237f commit 95dfaf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)