Re: [PATCH] dt-bindings: memory: convert Synopsys IntelliDDR memory controller to dtschema

From: Rob Herring
Date: Wed Aug 18 2021 - 14:49:54 EST


On Wed, 18 Aug 2021 13:31:39 +0200, Krzysztof Kozlowski wrote:
> Convert Synopsys IntelliDDR Multi Protocol memory controller (present in
> Xilinx Zynq and ZynqMP) bindings to DT schema format using json-schema.
>
> New binding contains copied parts of description from previous binding
> document, therefore the license is set as GPL-2.0-only.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
> ---
> .../memory-controllers/synopsys,ddrc-ecc.yaml | 73 +++++++++++++++++++
> .../bindings/memory-controllers/synopsys.txt | 32 --------
> 2 files changed, 73 insertions(+), 32 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/memory-controllers/synopsys,ddrc-ecc.yaml
> delete mode 100644 Documentation/devicetree/bindings/memory-controllers/synopsys.txt
>

Applied, thanks!