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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85993C433FE for ; Thu, 10 Mar 2022 18:17:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231728AbiCJSSn (ORCPT ); Thu, 10 Mar 2022 13:18:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233210AbiCJSSm (ORCPT ); Thu, 10 Mar 2022 13:18:42 -0500 Received: from mail-oo1-f43.google.com (mail-oo1-f43.google.com [209.85.161.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8306355AB; Thu, 10 Mar 2022 10:17:38 -0800 (PST) Received: by mail-oo1-f43.google.com with SMTP id w3-20020a4ac183000000b0031d806bbd7eso7697861oop.13; Thu, 10 Mar 2022 10:17:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=eZKB5rgatNU4unfMPUALwl/eCbetKzYXpdyZA9VU5SY=; b=k2KAnFDZXp4Wa7gI9kT/Fg1E3Zp1vuhokcq10fToNyx3TOEDyd4I2a9668o3/ucn7M JWaO23eESnuFA6Mx8EY/zE6ZZaCgeaWmarloloEOqyUm3kP8iB9TwucOBx83lnPhX7Au kebm2iWugVK4TYY/gsjxSzWPJPa6e2XT+548kcz3uMk7YiiT7rX8Rfz7U59FSafjt6i1 TDFuQfQ2FE+IXCDlzx/nlS1L88Xux0hCsUUWagn24CP3AMSiACOrnxnfBrBtDVpasaTU Pj/H5eq8tpBzsIg9uxEuxq/9RK37EpLkwDHB1Jyo8ZQmhUrT5xdDj9hPr8CPMNB0dMTJ A+pg== X-Gm-Message-State: AOAM530Z2MZz83ZKqY+tIsv1elZWn/jY1AdpuLm7xztct+/fJbYdKNzP TR6+VIlGTwml8dvDhA6z6w== X-Google-Smtp-Source: ABdhPJy+kSQTHi+CuiP48iwuEt3adEwVucDFsMoEwtJisvJGTapRTmSo1y4xd40p5Wla/Pah3MdH6w== X-Received: by 2002:a05:6870:340c:b0:da:b3f:2b7f with SMTP id g12-20020a056870340c00b000da0b3f2b7fmr9438791oah.286.1646936257866; Thu, 10 Mar 2022 10:17:37 -0800 (PST) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id b15-20020a05687061cf00b000d17a5f0ee6sm2640359oah.11.2022.03.10.10.17.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 10:17:36 -0800 (PST) Received: (nullmailer pid 1800189 invoked by uid 1000); Thu, 10 Mar 2022 18:17:35 -0000 Date: Thu, 10 Mar 2022 12:17:35 -0600 From: Rob Herring To: Lad Prabhakar Cc: dri-devel@lists.freedesktop.org, Geert Uytterhoeven , linux-kernel@vger.kernel.org, Daniel Vetter , Biju Das , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar , Krzysztof Kozlowski , Rob Herring , David Airlie Subject: Re: [PATCH] dt-bindings: gpu: mali-bifrost: Document RZ/V2L SoC Message-ID: References: <20220308211543.3081-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220308211543.3081-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 08 Mar 2022 21:15:43 +0000, Lad Prabhakar wrote: > The Renesas RZ/V2L SoC (a.k.a R9A07G054) has a Bifrost Mali-G31 GPU, > add a compatible string for it. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das > --- > Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Applied, thanks!