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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2599DC3DA6F for ; Fri, 25 Aug 2023 03:45:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZIy8jwhU0YDW28je1u3KB0CXx2CuaIWyO3UndJtRShw=; b=rZZfXncAzwnpKx 473NtbtTwlyxryLcA0kkXroBWmcbQA4CzzJr/jxgSWoYF0XPimJov13yEcVgsgMo+AdJUf8LFLGOI eXOVFOBDkj0tDB0KEbWDxI08dPXhJ9ccQR1EJ1uGB2R2IA5CkbsQh+ERgW0v6THBb7kmB34lcOaIO q0ehOPJfT528z64s2fD7fYczNtBn3alMg694CvCuUBlDAxydjb0AgOp1BSpJE+T6MQj51iVo3Yydp Z9qSyZYyokMnMfY/WW16lXB6Y4dtDU5CAz91dycJug5KN2l5NiNJRj1jyu4oiQuX4oP2KHuLwJbfS 0978tsfqCNsWwFkKxlog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qZNkM-004DER-0Z; Fri, 25 Aug 2023 03:44:30 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qZNkJ-004DDp-0g for linux-arm-kernel@lists.infradead.org; Fri, 25 Aug 2023 03:44:28 +0000 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-Disposition: inline In-Reply-To: <20230811-upstream_csi-v9-2-8943f7a68a81@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230824_204427_401936_49CE7ACB X-CRM114-Status: GOOD ( 13.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel