Re: [PATCH 1/2] dt-bindings: memory: convert Marvell MVEBU SDRAM controller to dtschema
From: Rob Herring <robh@kernel.org>
Date: 2021-08-18 16:26:36
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-08-18 16:26:36
Also in:
linux-devicetree, lkml
On Tue, 17 Aug 2021 11:38:06 +0200, Krzysztof Kozlowski wrote:
Convert Marvell MVEBU SDRAM controller bindings to DT schema format using json-schema. Signed-off-by: Krzysztof Kozlowski <redacted> --- .../marvell,mvebu-sdram-controller.yaml | 31 +++++++++++++++++++ .../mvebu-sdram-controller.txt | 21 ------------- 2 files changed, 31 insertions(+), 21 deletions(-) create mode 100644 Documentation/devicetree/bindings/memory-controllers/marvell,mvebu-sdram-controller.yaml delete mode 100644 Documentation/devicetree/bindings/memory-controllers/mvebu-sdram-controller.txt
Applied, thanks!