From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70D68C05027 for ; Tue, 7 Feb 2023 01:27:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229632AbjBGB1N (ORCPT ); Mon, 6 Feb 2023 20:27:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbjBGB1L (ORCPT ); Mon, 6 Feb 2023 20:27:11 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F9832ED48; Mon, 6 Feb 2023 17:27:09 -0800 (PST) Received: from pendragon.ideasonboard.com (unknown [109.136.43.56]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A78824AF; Tue, 7 Feb 2023 02:27:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1675733227; bh=FnceRJDD6W8MhXidKtN80oErpRnlC0wqY7NqfTiwXxI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wfg3jvbLPJ6iSVEZapSTec5c7kJjmKL3Xi6oRm8cJw4BArdBGg+RKSBga+IK+kGeq vJCY4GmYkFTncdzHariLHkJfuqoQd6jx5cGxtCnvYLsoI1bURSgWjpL5KyGLYwQDkN FSryJQNIQteFP6hLa0/hiasX1UpLW6SoxUxBCRr8= Date: Tue, 7 Feb 2023 03:27:05 +0200 From: Laurent Pinchart To: Alexander Stein Cc: Manivannan Sadhasivam , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Fabio Estevam , Dave Stevenson , Pengutronix Kernel Team , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v2 1/2] media: dt-bindings: media: i2c: Add imx327 version to IMX327 bindings Message-ID: References: <20230206131731.548795-1-alexander.stein@ew.tq-group.com> <20230206131731.548795-2-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230206131731.548795-2-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Alexander, Thank you for the patch. On Mon, Feb 06, 2023 at 02:17:30PM +0100, Alexander Stein wrote: > The imx290 driver can be used for both imx290 and imx327 as they have a > similar register set and configuration. imx327 lacks 8 lanes LVDS and > 120 FPS support. > > Signed-off-by: Alexander Stein > Acked-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml > index dacecb0cd9aa..5afe508011ec 100644 > --- a/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml > @@ -29,6 +29,7 @@ properties: > - sony,imx290 > - sony,imx290lqr > - sony,imx290llr > + - sony,imx327lqr Looks good, but may need to be rebased on top of v3 of Dave's series. Reviewed-by: Laurent Pinchart > > reg: > maxItems: 1 -- Regards, Laurent Pinchart