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 E31501459FA; Thu, 26 Jun 2025 23:52:39 +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=1750981960; cv=none; b=oVLpudsIj4Vb29dYik6/V0SlfP8CKAt1AGKPnZsrwv7NHhOp9+/X9MSBm5BUoeKnzk4fLjTDdnrbYRFwSayeLJJ/SfRYXQQ/m3StTha+OxA+ZaNKLOSq26+JW+fImsrVXcy6QjbNsqmVG6LP/TUPp4cNlShXenUTlP3EoblOCHE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750981960; c=relaxed/simple; bh=ZxLV4G+O95ARoc1/TgcY2HO2AQAHxbGnjaq4NCjrnDM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MAlQVNbhxHewLXPaLfvk37otqOEAruG8feOQcee9XDvl6QMIm5Tu7JfJv8nG4NjNw2xStfkX361QCHDHygvL6zeCcYJ++eX+9Riq+9Y/T/Xdk7+vmX4kme1X3i8UCOdVFqW1DMwpDnN/OTtN0XFT10FOEUuyb17B9DrE5NXowAE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iQIWuhfn; 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="iQIWuhfn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FA6FC4CEEB; Thu, 26 Jun 2025 23:52:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750981959; bh=ZxLV4G+O95ARoc1/TgcY2HO2AQAHxbGnjaq4NCjrnDM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iQIWuhfnQlq2cbRNwq3T3MiRpgtFpVMcnzdWlb/Mu0S92pVYhHhYEPTMNQn9Iv/MU HYyes57/+l+9h8Qz9ttZ0ulwG7GThEK/CTczLAvziB9YLu5TCbAEFjQbZP5D36YDS5 l+xZ0H7nJq7C+n8pGIdzVJ6OniCEWTfmuKqR73RlEmQmIyyWRHPrXdwCGBPGI3QMds 2SWRTlCDmepTIDZLV084HUcXoq5urx7EC/EffrZSxNv1UjoPh8h5lvoDQBeyCStWfr rmw7yaZPQ6wSCh0ElzkZiQ7jwL7Fx7Bdvv41RLZ386VsnQeNUoNOS6THUxGxe4rtVa VYy2eU6Zz0/KQ== Date: Thu, 26 Jun 2025 18:52:38 -0500 From: "Rob Herring (Arm)" To: Laurent Pinchart Cc: imx@lists.linux.dev, Dafna Hirschfeld , Fabio Estevam , Conor Dooley , Shawn Guo , Sascha Hauer , Lucas Stach , devicetree@vger.kernel.org, linux-media@vger.kernel.org, Krzysztof Kozlowski , Stefan Klug , Pengutronix Kernel Team Subject: Re: [PATCH 1/6] dt-bindings: media: rkisp1: Require pclk clock on i.MX8MP variant Message-ID: <175098195754.1429208.8834973456125690890.robh@kernel.org> References: <20250616011115.19515-1-laurent.pinchart@ideasonboard.com> <20250616011115.19515-2-laurent.pinchart@ideasonboard.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250616011115.19515-2-laurent.pinchart@ideasonboard.com> On Mon, 16 Jun 2025 04:11:10 +0300, Laurent Pinchart wrote: > The ISP integrated in the NXP i.MX8MP requires the pclk clock to access > the HDR stitching registers. Make it mandatory in the DT binding. > > Signed-off-by: Laurent Pinchart > --- > Documentation/devicetree/bindings/media/rockchip-isp1.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring (Arm)