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 69826C001B0 for ; Fri, 11 Aug 2023 10:48:56 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DZOZX7O4rSvRm+3qTFlgGpEqX5g8wlaHiMSLK6w2acg=; b=Ak3vO28VbqFXiK zBTzAvFjC+a9P0aFZ25v64EibQOOYyZ6FHp2sCHBpyb6pR8AuKEPSs7Ga3krnX5voC2eUjaOtxoK6 c+9rSD3k57nOPGsK6NUEH1BDwfwb552PY/YWB0Huf1lnk/5wUtJgOI/yUHK7kDz43/aNxyAMzqxER PJYAbdgVSfxraRU4S9xGzGzbcNOAXTErCwRqYAirSBhQSj0z1m+Wn9qVpu5MYW9MvRo0hcAfMGzwR ExnfcPp0VAKr/3ArkBeRpXM7dF0/m+vMNFd6VmZmtlWKunS7zKaNYnXTrWeSTkDns5B4QzMAjfKEs 9qQtut5WgUYqCI+qttLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qUPh0-00AKJH-1i; Fri, 11 Aug 2023 10:48:30 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qUPgj-00AK7h-25 for linux-arm-kernel@lists.infradead.org; Fri, 11 Aug 2023 10:48:16 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37BAlhSb078815; Fri, 11 Aug 2023 05:47:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1691750863; bh=Zhkh9i8A8/o8YrE7uFwwlWTRheuCv4OgXpNk/4C4Sgs=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=UMubTtbe1SfTQraIqemE9gYbZs+jEHJKyZfGFvRb9Xf9lPEb9PtRB1IGeFNHE7JwL P6O6J52G3AhzfJwzbhGQaaCkKdlfbl6+0C46E6dqsMrcmuKArFlxb9ggKe0yfucjPH 7iinipoRzGWx/KpLgJTP1MnizM+upjHK1VgFMU1s= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37BAlhKw041868 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 11 Aug 2023 05:47:43 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 11 Aug 2023 05:47:42 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 11 Aug 2023 05:47:42 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37BAlg4g008181; Fri, 11 Aug 2023 05:47:42 -0500 From: Jai Luthra To: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sakari Ailus , Tomi Valkeinen CC: , , , , Laurent Pinchart , Mauro Carvalho Chehab , Maxime Ripard , , Benoit Parrot , Vaishnav Achath , Vignesh Raghavendra , , , , , Martyn Welch , Julien Massot Subject: [PATCH v9 02/13] media: dt-bindings: cadence-csi2rx: Add TI compatible string Date: Fri, 11 Aug 2023 16:17:24 +0530 Message-ID: <20230811-upstream_csi-v9-2-8943f7a68a81@ti.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230811-upstream_csi-v9-0-8943f7a68a81@ti.com> References: <20230811-upstream_csi-v9-0-8943f7a68a81@ti.com> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=847; i=j-luthra@ti.com; h=from:subject:message-id; bh=eA1yYw44f16RsWMs2uAnsTw6L+xpAUPkHRwYoS7eUqc=; b=owEBbQKS/ZANAwAIAUPekfkkmnFFAcsmYgBk1g71orbGMxlp88wqb4PgrVsIqHilRXEwyVEWM dEwq65VoS6JAjMEAAEIAB0WIQRN4NgY5dV16NRar8VD3pH5JJpxRQUCZNYO9QAKCRBD3pH5JJpx RQ+oD/9FfCkSLPnd7tkCAqMlzhvE3L/Gkhn8b6ViAgqZmnIfZmCYkzx3Koal7UGOTL/ud4Shd3w XolqkQLC5LhbT/U3SdP/LLLU4Qu1/TbzrGdeLIh6atPpYprPfuxP5EhcwTP8qT9HEAh2jYY8jVO 3Xq1QjK5b6YLcP/no42qiFwU/89RGgBbFzLPYoW2kXMn39QPxQi0hicBIim/UTI871mZRaU/ebg 14/8hnm+1qPxGybO6rtIQeVSTMjnw9uCJ1PUa2qVA01w8Sh094NWTYuvm805lH9XdsfjL/LZvsn I1XBDduShtTeZmAoOPsZhzOlt7DzicipddSxhO/ajLVddIQEcXYcMGoX9fT5rj956TGPV9+Kvbt 2eMztn15pyGsRGNXXIFNykUXKC69gJLFtTs+0cK6cuw4y7cPoT6az5S5OfxXSdxXOvvfF2tZWqp /DlkMmnRhU4AKrOgGHk5DFewe2FY7hJRTYgXpgTKLEU/PvwLp0UdBDgCEUnPQAHQvN8wPPjLmZ2 EeMQb/lbdbvUHNSqb7y+u77XKdLarpyBBbnyQxnjElAipt91BF1fpwSfh4FKq8H35hLHXGKQkoA 4UUM6VKkAq4+hOf7SbQ0YBoJQgafB/mD1b0HFAngNE5SQTyp9chKZI8DrhbsMyy9V2f3MBFS/Cm o5ghNkN3MZVlzaA== X-Developer-Key: i=j-luthra@ti.com; a=openpgp; fpr=4DE0D818E5D575E8D45AAFC543DE91F9249A7145 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230811_034813_788915_3BE8771D X-CRM114-Status: GOOD ( 10.17 ) 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 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 --- 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: -- 2.41.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel