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 DC6BB372B23; Thu, 7 May 2026 18:19:00 +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=1778177940; cv=none; b=Ta0aVJj3CbI2rhsojSej5WVQzhhOtWLdCQtn1fRpRP5tny5I52rp7jxlpkYPg1Khg8xULWjJ5RMLkIrEI/Y6mfK8WZFjVC+MyVfWjOkgTvn1pDBX65WQv2ubByLisYmvK3+kkHn+/kdXYOWqfTKKWj5Gp8USJMVkF0uH/+ZR7Es= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778177940; c=relaxed/simple; bh=QEvcEiZ4DMyLHBvFxsRZR994tE2Q0TBVuSxKL5PjWQk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=C/y5E4htvaZPmh3qYw9Q21/QnlZ2SEtzDlJ4kiL+KRkuOu2gaGj+ZPJhtxp6DkKLupR9jaAeiO/XCluQxgE4G/RZlI8w2ezCQITfSfq4y7HhuAJDjfmhS2HaGxvr0l0poRPcU2Vi9+fi0DcN+Q4uoBUdfNXig2pM0Zuxh5cgGBM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cQsoGK6c; 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="cQsoGK6c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66186C2BCB2; Thu, 7 May 2026 18:19:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778177940; bh=QEvcEiZ4DMyLHBvFxsRZR994tE2Q0TBVuSxKL5PjWQk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cQsoGK6cBX/dmD7+QmFOrj8XxR+5obBACqGcFPMaiOOqAjRc6/M+Se3A5ylQrHuP4 wEGN+TRf62af/saeIGYvRtGNlbrTcH7yUJmOr9XvWIn2C0Y9XTg8+Qp+x9T50q+xRD R3wt70uvDeHnPXEp7Bb+m/Ua41EaNOw2mcNvusYrR/oqmUHMk7yUGO1Niy4dTEOUBV nCRAUeK03XGTwgJ6bcjxRWiEbkJA5jqJvYa/FllEOVub3lYGIGjMz4IYXvqS51D+MC mQaDZS9NVbgdRRr6KAQfSSgAIn7oEsgoNAjxcKN9EgNEu3GiXPBf0dEbzZoovdfuON iVb+u5MC04DGw== Date: Thu, 7 May 2026 13:18:58 -0500 From: "Rob Herring (Arm)" To: Prabhakar Cc: Magnus Damm , devicetree@vger.kernel.org, Philipp Zabel , Lad Prabhakar , Kieran Bingham , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Laurent Pinchart , Biju Das , linux-media@vger.kernel.org, Geert Uytterhoeven , Conor Dooley , Mauro Carvalho Chehab , linux-renesas-soc@vger.kernel.org, Fabrizio Castro Subject: Re: [PATCH 2/3] media: dt-bindings: media: renesas,vsp1: Document RZ/T2H and RZ/N2H SoCs Message-ID: <177817793758.2205763.3661767367311596508.robh@kernel.org> References: <20260430100929.1088281-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20260430100929.1088281-3-prabhakar.mahadev-lad.rj@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: <20260430100929.1088281-3-prabhakar.mahadev-lad.rj@bp.renesas.com> On Thu, 30 Apr 2026 11:09:28 +0100, Prabhakar wrote: > From: Lad Prabhakar > > Document the VSP2 blocks present on the RZ/T2H and RZ/N2H SoCs. > > The VSP2 implementation on these SoCs is identical to that on the > RZ/G2L SoC. > > Update the schema to disallow the "resets" property for these SoCs to > reflect the hardware integration. > > Signed-off-by: Lad Prabhakar > --- > .../devicetree/bindings/media/renesas,vsp1.yaml | 17 ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm)