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 740AFC3DA6F for ; Fri, 25 Aug 2023 03:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233510AbjHYDox (ORCPT ); Thu, 24 Aug 2023 23:44:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238095AbjHYDo3 (ORCPT ); Thu, 24 Aug 2023 23:44:29 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CC361BD4; Thu, 24 Aug 2023 20:44:26 -0700 (PDT) Received: from pendragon.ideasonboard.com (unknown [95.214.66.65]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 12703DA8; Fri, 25 Aug 2023 05:43:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1692934985; bh=rKTzwYto2986XAPKWYdldpSToCtbqK/Es8+SktCphd8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uSVpK1hmPCSB0HXGw9I/8e5BlsfhHF6V3xeAqpIyRR1lpDr3aWD5+vO2wLLqpYJn2 PCg35Qy2JACbvVXLLRjGYSV+w5OJstrc3uHBnuhHGfhL+zcwykmTi+59c1zVi2Yu4u IKuNXvG3Rq51o7Nnth7rPUcKo9hVVf15SUAZY/lk= Date: Fri, 25 Aug 2023 06:44:30 +0300 From: Laurent Pinchart To: Jai Luthra Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sakari Ailus , Tomi Valkeinen , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mauro Carvalho Chehab , Maxime Ripard , niklas.soderlund+renesas@ragnatech.se, Benoit Parrot , Vaishnav Achath , Vignesh Raghavendra , nm@ti.com, devarsht@ti.com, a-bhatia1@ti.com, Martyn Welch , Julien Massot Subject: Re: [PATCH v9 02/13] media: dt-bindings: cadence-csi2rx: Add TI compatible string Message-ID: <20230825034430.GE6477@pendragon.ideasonboard.com> References: <20230811-upstream_csi-v9-0-8943f7a68a81@ti.com> <20230811-upstream_csi-v9-2-8943f7a68a81@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230811-upstream_csi-v9-2-8943f7a68a81@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Jai, Thank you for the patch. On Fri, Aug 11, 2023 at 04:17:24PM +0530, Jai Luthra wrote: > Add a SoC-specific compatible string for TI's integration of this IP in > J7 and AM62 line of SoCs. > > Reviewed-by: Maxime Ripard > Acked-by: Krzysztof Kozlowski > Signed-off-by: Jai Luthra Reviewed-by: Laurent Pinchart > --- > Documentation/devicetree/bindings/media/cdns,csi2rx.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/cdns,csi2rx.yaml b/Documentation/devicetree/bindings/media/cdns,csi2rx.yaml > index 30a335b10762..2008a47c0580 100644 > --- a/Documentation/devicetree/bindings/media/cdns,csi2rx.yaml > +++ b/Documentation/devicetree/bindings/media/cdns,csi2rx.yaml > @@ -18,6 +18,7 @@ properties: > items: > - enum: > - starfive,jh7110-csi2rx > + - ti,j721e-csi2rx > - const: cdns,csi2rx > > reg: > -- Regards, Laurent Pinchart