[PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC peripheral properties

Krzysztof Kozlowski posted 3 patches 2 years, 7 months ago
[PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC peripheral properties
Posted by Krzysztof Kozlowski 2 years, 7 months ago
Reference the Texas Instruments GPMC Bus Child Nodes schema with
peripheral properties, in common Memory Controller bus
Peripheral-specific schema, to allow properly validate devices like
davicom,dm9000.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/memory-controllers/mc-peripheral-props.yaml         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml b/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
index 5ff8cc26962a..8d9dae15ade0 100644
--- a/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml
@@ -36,5 +36,6 @@ allOf:
   - $ref: st,stm32-fmc2-ebi-props.yaml#
   - $ref: ingenic,nemc-peripherals.yaml#
   - $ref: intel,ixp4xx-expansion-peripheral-props.yaml#
+  - $ref: ti,gpmc-child.yaml#
 
 additionalProperties: true
-- 
2.34.1
Re: [PATCH 2/3] dt-bindings: memory-controllers: reference TI GPMC peripheral properties
Posted by Conor Dooley 2 years, 7 months ago
On Thu, Jul 13, 2023 at 05:28:47PM +0200, Krzysztof Kozlowski wrote:
> Reference the Texas Instruments GPMC Bus Child Nodes schema with
> peripheral properties, in common Memory Controller bus
> Peripheral-specific schema, to allow properly validate devices like
> davicom,dm9000.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.