From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH 16/21] dt-bindings: reserved-memory: introduce designated-movable-block Date: Sun, 18 Sep 2022 11:28:50 +0100 Message-ID: References: <20220913195508.3511038-1-opendmb@gmail.com> <20220913195508.3511038-17-opendmb@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=OsZQPKQaz+WzIBFuI25jrhG0FjOY9BOgLej5kVHDvTI=; b=qfYP8NJ9MGAgLRKQ3ySC18r4clkbQdaitJceDmvdq3BhcYeeSss9hKng/zkOa5gdcR UPp4PyKbpPG+vgkOEeyssP3+VF/E+Im7vEH8psuJUgOxGlvMx/E1TYUvsxfNQB7ZthxJ CY3INKNKrk0F52OZm1t23e1I+wUZHM1akde96O1UiQC/xBjM0nhjRj7OI/Ok66ToNgJT pkyVVDjpd/OG9NpMmfQCx1eD78GjbVLBMChdVChnIQo3DxxK3PxJx2KVw+4d5RlMGm5E dWfid0CTaDag2OK+CsrLw3nS9CHFYe0ZQR0nZ//aasmb9hgF/QCLnXboHCzKa3R+hcOM Z0xg== Content-Language: en-US In-Reply-To: <20220913195508.3511038-17-opendmb@gmail.com> List-ID: Content-Type: text/plain; charset="us-ascii" To: Doug Berger , Andrew Morton Cc: Jonathan Corbet , Rob Herring , Krzysztof Kozlowski , Frank Rowand , Mike Kravetz , Muchun Song , Mike Rapoport , Christoph Hellwig , Marek Szyprowski , Robin Murphy , Borislav Petkov , "Paul E. McKenney" , Neeraj Upadhyay , Randy Dunlap , Damien Le Moal , Florian Fainelli , David Hildenbrand , Zi Yan , Oscar Salvador , Hari Bathini On 13/09/2022 20:55, Doug Berger wrote: > Introduce designated-movable-block.yaml to document the > devicetree binding for Designated Movable Block children of the > reserved-memory node. > > Signed-off-by: Doug Berger > --- > .../designated-movable-block.yaml | 51 +++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reserved-memory/designated-movable-block.yaml > > diff --git a/Documentation/devicetree/bindings/reserved-memory/designated-movable-block.yaml b/Documentation/devicetree/bindings/reserved-memory/designated-movable-block.yaml > new file mode 100644 > index 000000000000..42f846069a2e > --- /dev/null > +++ b/Documentation/devicetree/bindings/reserved-memory/designated-movable-block.yaml > @@ -0,0 +1,51 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/reserved-memory/designated-movable-block.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: /reserved-memory Designated Movable Block node binding Drop "binding" > + > +maintainers: > + - devicetree-spec@vger.kernel.org > + > +allOf: > + - $ref: "reserved-memory.yaml" Skip quotes > + > +properties: > + compatible: > + const: designated-movable-block > + description: > + This indicates a region of memory meant to be placed into > + ZONE_MOVABLE. > + > +unevaluatedProperties: false > + > +required: > + - compatible > + - reusable > + > +examples: > + - | > + reserved-memory { Use 4 spaces for example indentation. > + #address-cells = <0x2>; > + #size-cells = <0x2>; > + > + DMB0@10800000 { The convention for node names is to use lowercase and generic node names, so just "dmb". Best regards, Krzysztof