From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 985E2C4CECD for ; Tue, 17 Sep 2019 13:06:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B3DF218AF for ; Tue, 17 Sep 2019 13:06:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568725612; bh=ZHIePGln3f4h07VukY0MeVhuUP5fwb7l29HzhWWd+ow=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=GgGoz6FvVtMqKv7DJi0t+VF6ybseAAo5RmuScmgWw+WLIvHkGFj7KFUGNb5DJ9tMp /3CmXDtbGjdfqcGzB2RjH9PBBjAf8CENThC/oat2B3t3M/3FcUGxE6qq1TBsBNOYnP 82PMSX7hdL+OFS9vkv/8PunCV5lvyQk8WtLEzS1Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727383AbfIQNGw (ORCPT ); Tue, 17 Sep 2019 09:06:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:52362 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727338AbfIQNGv (ORCPT ); Tue, 17 Sep 2019 09:06:51 -0400 Received: from mail-qt1-f180.google.com (mail-qt1-f180.google.com [209.85.160.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3243F218AF; Tue, 17 Sep 2019 13:06:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568725611; bh=ZHIePGln3f4h07VukY0MeVhuUP5fwb7l29HzhWWd+ow=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=JAlJT20sTa2zdk54zgz8tx/Q5mf7OHyTAW1t/0/CEnkce/q1nSeD/Cu1ZJ7rSEntH 0Mt//EVsO387NnByBgGPVTOR6AdYcN3qPmHMf3cghxcV6pN9jqe6EN38rZxXba+1/v D9RoL9Fb4fbykkbzOVtb2/l9Y6axCk/ZGY4AoArw= Received: by mail-qt1-f180.google.com with SMTP id j31so4291677qta.5; Tue, 17 Sep 2019 06:06:51 -0700 (PDT) X-Gm-Message-State: APjAAAUthIHqKzGcZuIhGylWWjLu7AAIGlZaH44beLRZ1tZd8mTIzDpf SM+3aC6/k5ZThNDIMyEK4SradtS+xuiJutX9pw== X-Google-Smtp-Source: APXvYqxnS0Z5LmkDuQ50y6Gr4mI8Kgy0qSiRhYSoIZh0SJy6AW488AB8oDYlSbtoB2ySP/ohUFmAtoK+kR+slsdpxlk= X-Received: by 2002:a0c:9e20:: with SMTP id p32mr3037773qve.39.1568725610350; Tue, 17 Sep 2019 06:06:50 -0700 (PDT) MIME-Version: 1.0 References: <1568724492-32087-1-git-send-email-biju.das@bp.renesas.com> In-Reply-To: <1568724492-32087-1-git-send-email-biju.das@bp.renesas.com> From: Rob Herring Date: Tue, 17 Sep 2019 08:06:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] dt-bindings: arm: renesas: Add HopeRun RZ/G2N boards To: Biju Das Cc: Mark Rutland , Simon Horman , Geert Uytterhoeven , Magnus Damm , "open list:MEDIA DRIVERS FOR RENESAS - FCP" , devicetree@vger.kernel.org, Chris Paterson , Fabrizio Castro Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Tue, Sep 17, 2019 at 7:55 AM Biju Das wrote: > > This patch adds board HiHope RZ/G2N (the main board, powered by > the R8A774B1) and board HiHope RZ/G2 EX (the expansion board > that sits on top of the HiHope RZ/G2N). Both boards are made > by Jiangsu HopeRun Software Co., Ltd. (a.k.a. HopeRun). > > Signed-off-by: Biju Das > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) Reviewed-by: Rob Herring