[PATCH v2 05/52] dt-bindings: Convert Reserved Memory binding to a schema
Rob Herring
robh at kernel.org
Fri Sep 3 11:08:50 PDT 2021
On Wed, 01 Sep 2021 11:18:05 +0200, Maxime Ripard wrote:
> The Reserved Memory mechanism is supported by Linux thanks to its device
> tree binding.
>
> Now that we have the DT validation in place, let's convert the device
> tree bindings for that driver over to a YAML schema.
>
> Cc: Mailing List <devicetree-spec at vger.kernel.org>
> Signed-off-by: Maxime Ripard <maxime at cerno.tech>
>
> ---
>
> Changes from v1:
> - Fixed the license
> - Added a mention that the file has moved
> - Added a documentation for memory-region
> - Split the reserved-memory binding in two: one for the generic part
> and one for shared-dma-pool
> ---
> .../reserved-memory/memory-region.yaml | 40 ++++
> .../reserved-memory/reserved-memory.txt | 172 +-----------------
> .../reserved-memory/reserved-memory.yaml | 96 ++++++++++
> .../reserved-memory/shared-dma-pool.yaml | 87 +++++++++
> 4 files changed, 224 insertions(+), 171 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/reserved-memory/memory-region.yaml
> create mode 100644 Documentation/devicetree/bindings/reserved-memory/reserved-memory.yaml
> create mode 100644 Documentation/devicetree/bindings/reserved-memory/shared-dma-pool.yaml
>
I reworked the commit msg and a couple of nits, and applied, thanks!
More information about the linux-arm-kernel
mailing list