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 1A8F024E4C4; Wed, 19 Feb 2025 21:12:14 +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=1739999535; cv=none; b=kH9OOdUMaUFXlN56U9+Wy8ByGvS+d9G/dYq/hIzwVtc579i96XWutLeiWgBVE15iDGb8TgD5755rV+Eejp2MEX1jCX2OYJfGr/ekTvQSkCSq1Tvx9A/AhvCzdial4Hx/kBOdHOjy0ZjaGnWzkPamsClN0BfA3ReKeEtPIg6lZKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739999535; c=relaxed/simple; bh=RH2S874a9p3OcwC5UMWnwGLvCd8mOlpI7+gBBPGe02k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PkwiPKMKspobKPegH+WtqoHWdFXM8PzsV9dnv5zhC6wkOE3flu7mI8dbo5hYMY11avrMwcuFoNEA2bUUye+PDVW04FqNSqHgy667kmA5RuOQ4JfUSKJxVGJKGAqXFOTaRewu6JsULHsHGJa0g+m1cAdZZ4ZokwMkKO6Pz3yxVhk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eTAWZnXg; 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="eTAWZnXg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56649C4CED1; Wed, 19 Feb 2025 21:12:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739999534; bh=RH2S874a9p3OcwC5UMWnwGLvCd8mOlpI7+gBBPGe02k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eTAWZnXgtZ8AVs9p1jhneACdx3Wj7FIOWsubcJNQ8Uq3Lhy/j0COgROUsFS7UeCqV 1FIYWON4Zjvnv4HKULOq1JfQREuNZVA94ZvZSwyHaJ0tu5hGKEy8VS2fFQU+CgJJQ6 rBbGTIrJTEI4SV03yNjTGiKoVHVs5OAog/OsHyAnzZFmK5KjTD30A/GBDVEIfFLnYc pYdkUTUoTjaJjkJHOuFIc7Ror+Du0xs2yoztCTnTqbDbKiqPa+2KDg4TdpcbcDHzJ/ SCpZanryjZLF0LiAVm4rLeDe5tekQ9LsZUPMFxxJBM75sJ4RomBYfciicrYYsAL1Bl wQtSdsIMjXwfg== Date: Wed, 19 Feb 2025 15:12:13 -0600 From: "Rob Herring (Arm)" To: Frank Li Cc: Rui Miguel Silva , Martin Kepplinger , Mauro Carvalho Chehab , imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Fabio Estevam , Shawn Guo , Purism Kernel Team , Dong Aisheng , Philipp Zabel , linux-media@vger.kernel.org, Krzysztof Kozlowski , Pengutronix Kernel Team , Laurent Pinchart , Robert Chiras , Conor Dooley , devicetree@vger.kernel.org, "Guoniu.zhou" , Sascha Hauer , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 06/12] media: dt-bindings: nxp,imx8mq-mipi-csi2: Add i.MX8QM(QXP) compatible strings Message-ID: <173999953304.2962619.18320580606066581337.robh@kernel.org> References: <20250210-8qxp_camera-v3-0-324f5105accc@nxp.com> <20250210-8qxp_camera-v3-6-324f5105accc@nxp.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: <20250210-8qxp_camera-v3-6-324f5105accc@nxp.com> On Mon, 10 Feb 2025 15:59:25 -0500, Frank Li wrote: > From: Robert Chiras > > Add compatible strings for i.MX8QM/i.MX8QXP platform. Remove > fsl,mipi-phy-gpr from required properties and add new reg space, since > i.MX8QM and i.MX8QXP use dedicate control and status register(csr) space. > > Keep the same restriction for other compatible strings. > > Signed-off-by: Robert Chiras > Signed-off-by: Frank Li > --- > change from v2 to v3 > - use dedicate csr register space > change from v1 to v2 > - remove internal review tags > - remove reg maxitems:1 > - remove 8ulp part > - add 8qxp compatible string and make 8qm failback to 8qxp > - limit reset and power domain number to 1 for 8qxp and 8qm > - remove power-domains change because 8qm/8qxp only need 1 power domain > --- > .../bindings/media/nxp,imx8mq-mipi-csi2.yaml | 38 +++++++++++++++++++--- > 1 file changed, 34 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring (Arm)