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=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 7D330C2BBD0 for ; Tue, 8 Sep 2020 05:56:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 47A3A21897 for ; Tue, 8 Sep 2020 05:56:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="P0z6fraa" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728654AbgIHF4v (ORCPT ); Tue, 8 Sep 2020 01:56:51 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:45882 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728665AbgIHF4v (ORCPT ); Tue, 8 Sep 2020 01:56:51 -0400 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8156335; Tue, 8 Sep 2020 07:56:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1599544607; bh=L5TNK/WYFcb8l8miFz8hO83uNyiMp+iG6yMVezp6QpQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P0z6fraapO5y95RiKyQaAKN4Cs54NDibcBxQbwAg2h40tErmAN71U2N5/3Dw5GiLj UagVlQZUGitTAJIom5m7znhKCZYcNLnPG20sMDB6E21Sx2mPBBxXB+oQnXrBnjPQgh Yf7iOv3Qhbl51UfiRSfHooNlJyi+qkJwPEqdbEdU= Date: Tue, 8 Sep 2020 08:56:22 +0300 From: Laurent Pinchart To: Kuninori Morimoto Cc: Rob Herring , Geert Uytterhoeven , David Airlie , Daniel Vetter , Magnus , Linux-Renesas , Linux-DT , Kieran Bingham , shimoda , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 04/10] drm: rcar-du: Add r8a77961 support Message-ID: <20200908055622.GO6047@pendragon.ideasonboard.com> References: <87o8mhrtxo.wl-kuninori.morimoto.gx@renesas.com> <87imcprtw3.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87imcprtw3.wl-kuninori.morimoto.gx@renesas.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Morimoto-san, Thank you for the patch. On Tue, Sep 08, 2020 at 09:34:32AM +0900, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > This patch adds R-Car M3-W+ (R8A77961) support which has > compatible to R-Car M3-W (R8A77960). Maybe "... is compatible with the ..." ? > Signed-off-by: Kuninori Morimoto Reviewed-by: Laurent Pinchart > --- > drivers/gpu/drm/rcar-du/rcar_du_drv.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c > index f53b0ec71085..64533cbdbef0 100644 > --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c > +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c > @@ -458,6 +458,7 @@ static const struct of_device_id rcar_du_of_table[] = { > { .compatible = "renesas,du-r8a7794", .data = &rcar_du_r8a7794_info }, > { .compatible = "renesas,du-r8a7795", .data = &rcar_du_r8a7795_info }, > { .compatible = "renesas,du-r8a7796", .data = &rcar_du_r8a7796_info }, > + { .compatible = "renesas,du-r8a77961", .data = &rcar_du_r8a7796_info }, > { .compatible = "renesas,du-r8a77965", .data = &rcar_du_r8a77965_info }, > { .compatible = "renesas,du-r8a77970", .data = &rcar_du_r8a77970_info }, > { .compatible = "renesas,du-r8a77980", .data = &rcar_du_r8a77970_info }, -- Regards, Laurent Pinchart