From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0A9FF3C3421; Wed, 8 Apr 2026 12:29:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775651367; cv=none; b=FBjuifxWgcAbh3Z+QfwFYv8ceP9i9YKg1ZTwE+/fH3ezpRWCXUSWvSXdsjHhC/rd9srKO+S3VdlllhL0Syq2h558AWuBcc/CDxBq197KNhKSi/dnSS95rma9YHQNapTiNh2RIXcOGzNJhtGLYCHKXH/HBm+p55kRGbMLC0P3AYA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775651367; c=relaxed/simple; bh=JUb3Ni3nop9oeht6zab5+UGyZoXCAwns5KUDhLb9/+8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rRP/IfX7OYpcn9Q8XArp/uCfmttQRqNI0/m8MUlwAUPCROidfUQMutexRSQCzDxo4kY+O07hQs33sRzBPX+Vh3vV/JB1ur5UD8vfOW4QXpqHesDLhMjC6V0sDGLYV55nk0AL+g73BqAY8po3mq71YyrkVVV/lk1tiCnk1Sb3Mqc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V81FepQU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V81FepQU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D67EC19421; Wed, 8 Apr 2026 12:29:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775651366; bh=JUb3Ni3nop9oeht6zab5+UGyZoXCAwns5KUDhLb9/+8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V81FepQU5lt58nUz9IvtHb2GjNFXMIbGR4E2HNEJepNf5nWgKB6N9Pco/kM0PeCRO Gr0xF/uyReqLu9YQf7DQVYfweaK37DL75GQsIV4r8uQykiqFJb6EZIjzDuA3YLcpA1 ZLSxSX6bn6H/cMTzMZH6ltOVUYiGesahyUSATM70SXC0CmYCfoCiLKCoaAGBxnTpo2 sa/2lcNafiwDC5rr5J7CXccF6C/dey9B/H0iMsllRat5WcxatkvR+EEthGM88cboiO tuiPkGt+eHYQicnKs6r1j6YSF3Fk+e18NOtJrppx8lSxhy/NenRDD6ad3g52eBd6gz KbU2b17pn9I2Q== Date: Wed, 8 Apr 2026 07:29:25 -0500 From: "Rob Herring (Arm)" To: Biju Cc: linux-renesas-soc@vger.kernel.org, Conor Dooley , Geert Uytterhoeven , Prabhakar Mahadev Lad , Mauro Carvalho Chehab , Biju Das , devicetree@vger.kernel.org, Magnus Damm , linux-media@vger.kernel.org, Kieran Bingham , Laurent Pinchart , linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH] media: dt-bindings: media: renesas,vsp1: Document RZ/G3L VSPD Message-ID: <177565136444.1864152.9247562775873276263.robh@kernel.org> References: <20260330105637.130189-1-biju.das.jz@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260330105637.130189-1-biju.das.jz@bp.renesas.com> On Mon, 30 Mar 2026 11:56:29 +0100, Biju wrote: > From: Biju Das > > The VSPD block on the RZ/G3L SoC is identical to the one found on the > RZ/G2L SoC. Document RZ/G3L VSPD. > > Signed-off-by: Biju Das > --- > Documentation/devicetree/bindings/media/renesas,vsp1.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)