dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties

Ingenic NAND / External Memory Controller has children with peripheral
properties, so it should reference the Memory Controller bus
Peripheral-specific schema.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230713152848.82752-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2023-07-13 17:28:46 +02:00
parent 0b4838717f
commit eb6bb73f57
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ properties:
patternProperties: patternProperties:
".*@[0-9]+$": ".*@[0-9]+$":
type: object type: object
$ref: mc-peripheral-props.yaml#
required: required:
- compatible - compatible

View File

@ -34,6 +34,7 @@ required:
# The controller specific properties go here. # The controller specific properties go here.
allOf: allOf:
- $ref: st,stm32-fmc2-ebi-props.yaml# - $ref: st,stm32-fmc2-ebi-props.yaml#
- $ref: ingenic,nemc-peripherals.yaml#
- $ref: intel,ixp4xx-expansion-peripheral-props.yaml# - $ref: intel,ixp4xx-expansion-peripheral-props.yaml#
additionalProperties: true additionalProperties: true