From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH v2 01/18] dt: arm: shmobile: add M3ULCB Kingfisher board DT bindings Date: Fri, 15 Sep 2017 13:15:51 +0200 Message-ID: <20170915111551.GM3924@verge.net.au> References: <1505398720-4535-1-git-send-email-vladimir.barinov@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1505398720-4535-1-git-send-email-vladimir.barinov@cogentembedded.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Vladimir Barinov Cc: Magnus Damm , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, Sep 14, 2017 at 05:18:40PM +0300, Vladimir Barinov wrote: > Add M3ULCB Kingfisher Device tree bindings Documentation, listing it as a > supported board. > > Signed-off-by: Vladimir Barinov > --- > Changes in version 2: > - added own compatible value "shimafuji,kingfisher" > > Documentation/devicetree/bindings/arm/shmobile.txt | 1 + > 1 file changed, 1 insertion(+) I would refer if the patch subject was something like: ARM: shmobile: Document M3ULCB Kingfisher board DT bindings > > diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt > index ae75cb3..89bd3a6 100644 > --- a/Documentation/devicetree/bindings/arm/shmobile.txt > +++ b/Documentation/devicetree/bindings/arm/shmobile.txt > @@ -85,6 +85,8 @@ Boards: > compatible = "renesas,lager", "renesas,r8a7790" > - M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0)) > compatible = "renesas,m3ulcb", "renesas,r8a7796"; > + - M3ULCB Kingfisher (SBEV-RCAR-KF-M03) > + compatible = "shimafuji,kingfisher", "renesas,m3ulcb", "renesas,r8a7796"; > - Marzen (R0P7779A00010S) > compatible = "renesas,marzen", "renesas,r8a7779" > - Porter (M2-LCDP) > -- > 1.9.1 >