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 06790C433FE for ; Thu, 23 Dec 2021 07:06:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346737AbhLWHGv (ORCPT ); Thu, 23 Dec 2021 02:06:51 -0500 Received: from ni.piap.pl ([195.187.100.5]:44708 "EHLO ni.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232658AbhLWHGv (ORCPT ); Thu, 23 Dec 2021 02:06:51 -0500 Received: from t19.piap.pl (OSB1819.piap.pl [10.0.9.19]) by ni.piap.pl (Postfix) with ESMTPSA id 10B88C36955A; Thu, 23 Dec 2021 07:57:31 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 ni.piap.pl 10B88C36955A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=piap.pl; s=mail; t=1640242651; bh=wDABSN9XOsYTWLnjJ1s3d8KCamrgcQiveBz0/t+xmxY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=KGGaCQFFq9r/hoPuE/tn9N2gweP8Ty4xZgoXbCWHA948o0KwrtRLpUxABJivb06y/ Dq5/f+6bVz+aDsAXCwpSTvn54zYNP7DnMim3NQ2DaOnygsXMosBBqnd/rniaWkLgKp 2W+kUoaQfAiaGTMgQ4/QFtM+zlAnq2VcoQ2hDhVQ= From: =?utf-8?Q?Krzysztof_Ha=C5=82asa?= To: Rob Herring , Mauro Carvalho Chehab Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Laurent Pinchart , Sakari Ailus , Jacopo Mondi Subject: [PATCH v6 1/2] dt-binding: media: document ON Semi AR0521 sensor bindings References: Sender: khalasa@piap.pl Date: Thu, 23 Dec 2021 07:57:30 +0100 In-Reply-To: ("Krzysztof =?utf-8?Q?Ha=C5=82as?= =?utf-8?Q?a=22's?= message of "Thu, 23 Dec 2021 07:54:33 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security for Linux Mail Server, version 8.0.3.30, not scanned, whitelist Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file documents DT bindings for the AR0521 camera sensor driver. Signed-off-by: Krzysztof Ha=C5=82asa Reviewed-by: Laurent Pinchart Reviewed-by: Rob Herring diff --git a/Documentation/devicetree/bindings/media/i2c/onnn,ar0521.yaml b= /Documentation/devicetree/bindings/media/i2c/onnn,ar0521.yaml new file mode 100644 index 000000000000..b617cc5c6a9f --- /dev/null +++ b/Documentation/devicetree/bindings/media/i2c/onnn,ar0521.yaml @@ -0,0 +1,112 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/media/i2c/onnn,ar0521.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ON Semiconductor AR0521 MIPI CSI-2 sensor + +maintainers: + - Krzysztof Ha=C5=82asa + +description: |- + The AR0521 is a raw CMOS image sensor with MIPI CSI-2 and + I2C-compatible control interface. + +properties: + compatible: + const: onnn,ar0521 + + reg: + maxItems: 1 + + clocks: + maxItems: 1 + + clock-names: + const: extclk + + vaa-supply: + description: + Definition of the regulator used as analog (2.7 V) voltage supply. + + vdd-supply: + description: + Definition of the regulator used as digital core (1.2 V) voltage sup= ply. + + vdd_io-supply: + description: + Definition of the regulator used as digital I/O (1.8 V) voltage supp= ly. + + reset-gpios: + description: reset GPIO, usually active low + maxItems: 1 + + port: + $ref: /schemas/graph.yaml#/$defs/port-base + unevaluatedProperties: false + description: | + Video output port. + + properties: + endpoint: + $ref: /schemas/media/video-interfaces.yaml# + unevaluatedProperties: false + + properties: + bus-type: + const: 4 + data-lanes: + anyOf: + - items: + - const: 1 + - items: + - const: 1 + - const: 2 + - items: + - const: 1 + - const: 2 + - const: 3 + - const: 4 + +required: + - compatible + - reg + - clocks + - clock-names + - vaa-supply + - vdd-supply + - vdd_io-supply + - port + +additionalProperties: false + +examples: + - | + #include + #include + + i2c { + #address-cells =3D <1>; + #size-cells =3D <0>; + + ar0521: camera-sensor@36 { + compatible =3D "onnn,ar0521"; + reg =3D <0x36>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_mipi_camera>; + clocks =3D <&clks IMX6QDL_CLK_CKO>; + clock-names =3D "extclk"; + reset-gpios =3D <&gpio1 7 GPIO_ACTIVE_LOW>; + vaa-supply =3D <®_2p7v>; + vdd-supply =3D <®_1p2v>; + vdd_io-supply =3D <®_1p8v>; + + port { + mipi_camera_to_mipi_csi2: endpoint { + remote-endpoint =3D <&mipi_csi2_in>; + data-lanes =3D <1 2 3 4>; + }; + }; + }; + };