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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5CF8A1073C95 for ; Wed, 8 Apr 2026 10:52:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7186610E637; Wed, 8 Apr 2026 10:52:52 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="t+iy0P9e"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3ECED10E612 for ; Wed, 8 Apr 2026 10:52:50 +0000 (UTC) Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 8BE482D5; Wed, 8 Apr 2026 12:51:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1775645480; bh=eOf7WaILLGdFbtza4ISZNW1ylaaLT25hB73ERulW5YM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t+iy0P9eg/dvPO+Q8xI/f+tycBOM1I3CqaodI9n6Of3CdDQthjnhepI79Hi2wZtqv KX6caWnwKfk9sR42ULyPksqsKTFjwLpLNIZBkzo3IH090F/eAHceDnoryUhGdaB8Ui v5EcEQXtDDnfrWSEXCProkaFqu51x1XFU0+LTBEc= Date: Wed, 8 Apr 2026 13:52:47 +0300 From: Laurent Pinchart To: Tommaso Merciai Cc: tomm.merciai@gmail.com, geert@linux-m68k.org, linux-renesas-soc@vger.kernel.org, biju.das.jz@bp.renesas.com, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Michael Turquette , Stephen Boyd , Magnus Damm , Tomi Valkeinen , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v6 16/21] media: dt-bindings: media: renesas,vsp1: Document RZ/G3E Message-ID: <20260408105247.GB1928916@killaraus.ideasonboard.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Apr 08, 2026 at 12:37:01PM +0200, Tommaso Merciai wrote: > The VSPD block on the RZ/G3E SoC is identical to the one found on the > RZ/G2L SoC. > > No driver changes are required, as `renesas,r9a07g044-vsp2` will be used > as a fallback compatible string on the RZ/G3E SoC. > > Reviewed-by: Geert Uytterhoeven > Acked-by: Krzysztof Kozlowski > Signed-off-by: Tommaso Merciai Reviewed-by: Laurent Pinchart > --- > v5->v6: > - No changes. > > v4->v5: > - No changes. > > v3->v4: > - No changes. > > v2->v3: > - No changes. > > v1->v2: > - Collected tags. > > Documentation/devicetree/bindings/media/renesas,vsp1.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > index 07a97dd87a5b..62bff3ce3eaa 100644 > --- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > @@ -25,6 +25,7 @@ properties: > - enum: > - renesas,r9a07g043u-vsp2 # RZ/G2UL > - renesas,r9a07g054-vsp2 # RZ/V2L > + - renesas,r9a09g047-vsp2 # RZ/G3E > - renesas,r9a09g056-vsp2 # RZ/V2N > - renesas,r9a09g057-vsp2 # RZ/V2H(P) > - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback -- Regards, Laurent Pinchart