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 D17E278F44; Mon, 3 Mar 2025 13:38:58 +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=1741009139; cv=none; b=lHCskcCZrpYJqmwe9cAD+mq8IzWge/+lDstx8Epr5OikYXcqY0gklHyefQQ7iYdaV6MIL+1Wsxuy/XvoXirrdXJIhxAyGa9cH0CkvXSZdM419/JIyjRx8gRf3bhea52K5jwFfFNiR2YbY32V8eab8zH/Hx6dpVZ7162iT4s+7p0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741009139; c=relaxed/simple; bh=MIcJ6qza0x8UAoFaTaN141FosD7VX5v1L2Ka99l7UT8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z8Zm+8ryb3KXlH1IQCwa+0IFFYsQw0L4yVlk9/fhewBDmHQw0cjRkvOQzkz5oB1SRgPYXMbWVKuck3MbifcYKx2rgy4UZfOxm4T3e2xoae95DSBechBKClOBJdeeMM1xkz35QYyfr8ng5EXGtJtYny6iO3F/5tRyC/au4R9D+4c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bNF7zXrW; 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="bNF7zXrW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24296C4CED6; Mon, 3 Mar 2025 13:38:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741009138; bh=MIcJ6qza0x8UAoFaTaN141FosD7VX5v1L2Ka99l7UT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bNF7zXrWSKUgPYeWav/35e1168Z+ZTec+1d/GxCddFpqg0wrxKLncs0jQjxM4SK22 PbHh0IxwmTInpq9+/0ULJCbA9gWhC/zkISbn5A1SiSQkeDiX3tS4bsZs+5fCn5qgQ1 BryK1nRQNyM7Sa7DS7gBIBt2b14SkOkKh45dljp9AYjsmGzfDV4i1y09ywYZgTAxwv mfcbFGgiHZur54Gq+6DuZc38+e34nabp3YRQRXnoYsBxNm9NaQ0xq1+DHMjL77BYbB fU8qaUVIfyXGg/GcDw3ZoNGBakBuzKAq0Bt4dCXG3So8Ug4ak2m8IPEbTpPUHDxT1h H8NkQw+SCo/lg== Date: Mon, 3 Mar 2025 07:38:56 -0600 From: "Rob Herring (Arm)" To: Tommaso Merciai Cc: linux-kernel@vger.kernel.org, tomm.merciai@gmail.com, Magnus Damm , Mauro Carvalho Chehab , Laurent Pinchart , Geert Uytterhoeven , Conor Dooley , Krzysztof Kozlowski , linux-renesas-soc@vger.kernel.org, biju.das.jz@bp.renesas.com, linux-media@vger.kernel.org, prabhakar.mahadev-lad.rj@bp.renesas.com, devicetree@vger.kernel.org Subject: Re: [PATCH v3 02/17] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G3E CSI-2 block Message-ID: <174100913611.1710446.8699796804081764660.robh@kernel.org> References: <20250226152418.1132337-1-tommaso.merciai.xr@bp.renesas.com> <20250226152418.1132337-3-tommaso.merciai.xr@bp.renesas.com> Precedence: bulk X-Mailing-List: devicetree@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: <20250226152418.1132337-3-tommaso.merciai.xr@bp.renesas.com> On Wed, 26 Feb 2025 16:23:26 +0100, Tommaso Merciai wrote: > Document the CSI-2 block which is part of CRU found in Renesas RZ/G3E > SoC. > > The CSI-2 block on the RZ/G3E SoC is identical to one found on the > RZ/V2H(P) SoC. > > Reviewed-by: Lad Prabhakar > Reviewed-by: Laurent Pinchart > Signed-off-by: Tommaso Merciai > --- > Changes since v2: > - Fixed CRU_CMN_RSTB as suggested by LPinchart > - Collected tags. > > .../devicetree/bindings/media/renesas,rzg2l-csi2.yaml | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm)