Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10433635ybi; Thu, 11 Jul 2019 05:16:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqwB6e1f+H/K/0/JZwCxQgQFltGdcEyrZ7C534pg0ukwAtpkYrf3ktA5HSglunhkU01jEUYo X-Received: by 2002:a17:90a:ae12:: with SMTP id t18mr4680431pjq.32.1562847403565; Thu, 11 Jul 2019 05:16:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562847403; cv=none; d=google.com; s=arc-20160816; b=MSD0AwBOf0qG6dAI2yrYf0d+vJ2Xskm9eOa4f7ZIXLhzRZ0e1TaWoLH1ELGpnR0sPY lzohgDDHOIkMKlWyzp7k7+c9WO9GAnEgmNu4GOecDJLqIl/JiwDVia1PqNloEgsXj+dk 9Boj4yLK0TGzR2dM23saqr5+auaPWAzCwFcnACnb2GLh/+qwZZc7fQGANX7P6UBFilfG coGS0cGB0yumv2mSX2O1SyT8ec5qmd+ABWicLdfszH6gKSwGp7N4sXbaHW3aX3uzT5Gf s1WeS1Q//mRRIRsIjkutApbGdoYasq5speg2TR/pcS0Zv4KvTgTSaYWKVX0zqoVtTG7R r6Lg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=xYRbG/vSGPeNo2irJZOut0VvBNF420LavB2f5UK7DkI=; b=tvgAOfKnnRts8VDrR59hCG07MkjrGHRu1Cz1dhpGq0nM+TN8Tmd1Vl7fd/vITWNAHq pPPRKO/9bwYqZb5daOfmSUWEN/YnGRPRhTKSzNvRtMg+09Oet8hiGGpIfYdC3GFG+fI5 XDzWsDo6UyQ8iHR07vrgaLNSB19u0XcMWuNzu4DcApnP5kh+vYBowCXbNlA6v4osAXfh jUfS39E7Gq8Fr39FHUhZHM4u+kVbhN9TvJzSyUyW8PQGKb0FZDxuSFUaUPWgrE+mbXxP EDuFxuMiJFVklka/F/7U3kHucaIJ0BC4JJ4Trvy15y2aqZXQa+YJiTNmUavtPYnhlyQv GnxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h185si4882971pge.199.2019.07.11.05.16.25; Thu, 11 Jul 2019 05:16:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728646AbfGKMPU (ORCPT + 99 others); Thu, 11 Jul 2019 08:15:20 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:51169 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725934AbfGKMPT (ORCPT ); Thu, 11 Jul 2019 08:15:19 -0400 X-Originating-IP: 86.250.200.211 Received: from localhost (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: maxime.ripard@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 69DCFFF806; Thu, 11 Jul 2019 12:15:15 +0000 (UTC) From: Maxime Ripard To: Hans Verkuil , Sakari Ailus , Mauro Carvalho Chehab Cc: Thomas Petazzoni , Laurent Pinchart , linux-media@vger.kernel.org, Chen-Yu Tsai , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Mark Rutland , Rob Herring , Frank Rowand , Maxime Ripard , Rob Herring Subject: [PATCH v6 1/5] dt-bindings: media: Add Allwinner A10 CSI binding Date: Thu, 11 Jul 2019 14:15:03 +0200 Message-Id: <110dd9ff1784c29fa16304825a41d1603a33f166.1562847292.git-series.maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Allwinner A10 CMOS Sensor Interface is a camera capture interface also used in later (A10s, A13, A20, R8 and GR8) SoCs. On some SoCs, like the A10, there's multiple instances of that controller, with one instance supporting more channels and having an ISP. Reviewed-by: Rob Herring Signed-off-by: Maxime Ripard --- Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml new file mode 100644 index 000000000000..97c9fc3b5050 --- /dev/null +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml @@ -0,0 +1,94 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/allwinner,sun4i-a10-csi.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Allwinner A10 CMOS Sensor Interface (CSI) Device Tree Bindings + +maintainers: + - Chen-Yu Tsai + - Maxime Ripard + +description: |- + The Allwinner A10 and later has a CMOS Sensor Interface to retrieve + frames from a parallel or BT656 sensor. + + +properties: + compatible: + oneOf: + - items: + - enum: + - allwinner,sun7i-a20-csi0 + - const: allwinner,sun4i-a10-csi0 + + - items: + - const: allwinner,sun4i-a10-csi0 + + reg: + maxItems: 1 + + interrupts: + maxItems: 1 + + clocks: + items: + - description: The CSI interface clock + - description: The CSI module clock + - description: The CSI ISP clock + - description: The CSI DRAM clock + + clock-names: + items: + - const: bus + - const: mod + - const: isp + - const: ram + + resets: + description: The reset line driver this IP + maxItems: 1 + + pinctrl-0: + minItems: 1 + + pinctrl-names: + const: default + + port: + type: object + additionalProperties: false + + properties: + endpoint: + properties: + bus-width: + const: 8 + description: Number of data lines actively used. + + data-active: true + hsync-active: true + pclk-sample: true + remote-endpoint: true + vsync-active: true + + required: + - bus-width + - data-active + - hsync-active + - pclk-sample + - remote-endpoint + - vsync-active + + required: + - endpoint + +required: + - compatible + - reg + - interrupts + - clocks + +additionalProperties: false +... -- git-series 0.9.1