From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-106119.protonmail.ch (mail-106119.protonmail.ch [79.135.106.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C731235E1CE for ; Wed, 9 Sep 2026 17:43:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=79.135.106.119 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788975791; cv=none; b=JYxAjt9kaUYq8NHmhw6PsAZe4eA9p+y7aQGJ5D6V2ycOixpjOnBPMPHDbZygyM3xxWP3dV1XZH6NH7J64n4apIK64akdG4rp2Rco+tmPdnBGK1JSBw0IefZold+RsAI2eA/DJoL+TSlT01LyWE+VlCHP51mdRX/LAkq3EtKdL+4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788975791; c=relaxed/simple; bh=k8s+rVCUMvjBTnZOnves0aAx0qGp9PRCg2wgF4YOsu4=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CnQVH/z4rmVxpUffwkdmMeaNlB6TfjHjVRImVu2rVc6/icyzzDS4b90sGVTP8liMqOarmeHOVmUbRJoav3lY4XIRREYVBn2KTdWCSHku/94JLqbgAwpN2lhKukPY33c1HQlcBYeC+AGsuDr++zwnlu3y2PopOE6vZXdkXMNZF/c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=Dc4kKkv7; arc=none smtp.client-ip=79.135.106.119 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="Dc4kKkv7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1788975781; x=1789234981; bh=VyJv7HpB+lIhsmHnwFJ5SrdDv0jsrX3CB3Cu/5qNaX8=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=Dc4kKkv7Ey6A1/zalo3eSmxDBPCV1717s8ml1I4X2H9yHEtmOsZi2dlBaEpaKsJb2 GUhN80kmNvciLKIHWC5WJDc4zEp+xRx9jwcwGkkgtrYMVTuEzFGQMLQuKO/Q2FLD+8 akrbVMTbjJecOhvRLYdf0kbggcZZ+9Q+N9HB1b4AezQAmsSdcbaEQvC95iCu5p0/g+ 0aq2I2iyUktBDqlCLU1G+NIMIFDsBMxNGphsRDS63gOxc0EG8Jc0fdoV77oX/HbEUt DyMmpCPAoz6rrws77pbMcPcClE7nkMUhA7AFV9Tkoz8yhzgwHkYzyy21FBxCfHZ8/d ZgR3nYzUv+5qg== Date: Wed, 09 Sep 2026 17:42:55 +0000 To: Sakari Ailus , Mauro Carvalho Chehab , Andre Gilerson , Dan Scally From: Sergey Lebedev Cc: Hans de Goede , Rob Herring , Krzysztof Kozlowski , Conor Dooley , German , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] dt-bindings: media: Add Sony IMX681 Message-ID: <20260909174240.80023-2-lsa.uz@pm.me> In-Reply-To: <20260909174240.80023-1-lsa.uz@pm.me> References: <20260909174240.80023-1-lsa.uz@pm.me> Feedback-ID: 113843758:user:proton X-Pm-Message-ID: b71b61373e328c643a34e3f6f2a4adb965fa29b5 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The Sony IMX681 is a CMOS image sensor used as the user-facing camera on several Microsoft Surface devices. It operates from analog 2.8 V, digital 1.05 V and interface 1.8 V supplies, is programmable over I2C, and outputs 10-bit Bayer data over a two-lane MIPI CSI-2 D-PHY interface. Signed-off-by: Sergey Lebedev --- .../bindings/media/i2c/sony,imx681.yaml | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx681= .yaml diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx681.yaml b= /Documentation/devicetree/bindings/media/i2c/sony,imx681.yaml new file mode 100644 index 000000000..6d2e4ddce --- /dev/null +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx681.yaml @@ -0,0 +1,107 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/media/i2c/sony,imx681.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Sony IMX681 CMOS Image Sensor + +maintainers: + - Andre Gilerson + +description: + The Sony IMX681 is a CMOS active pixel image sensor with a square pixel + array, used as the user-facing camera on several Microsoft Surface devic= es. + It operates from analog 2.8 V, digital 1.05 V and interface 1.8 V suppli= es, + is programmable over I2C, and outputs 10-bit Bayer data over a two-lane + MIPI CSI-2 D-PHY interface. + +allOf: + - $ref: /schemas/media/video-interface-devices.yaml# + +properties: + compatible: + const: sony,imx681 + + reg: + maxItems: 1 + + clocks: + description: Input clock (19.2 MHz) + maxItems: 1 + + avdd-supply: + description: Analog power supply (2.8 V) + + dvdd-supply: + description: Digital power supply (1.05 V) + + dovdd-supply: + description: Interface power supply (1.8 V) + + reset-gpios: + description: Sensor reset (XCLR) GPIO, active low + maxItems: 1 + + port: + $ref: /schemas/graph.yaml#/$defs/port-base + unevaluatedProperties: false + + properties: + endpoint: + $ref: /schemas/media/video-interfaces.yaml# + unevaluatedProperties: false + + properties: + data-lanes: + items: + - const: 1 + - const: 2 + + required: + - data-lanes + - link-frequencies + + required: + - endpoint + +required: + - compatible + - reg + - clocks + - avdd-supply + - dvdd-supply + - dovdd-supply + - port + +unevaluatedProperties: false + +examples: + - | + #include + + i2c { + #address-cells =3D <1>; + #size-cells =3D <0>; + + camera-sensor@10 { + compatible =3D "sony,imx681"; + reg =3D <0x10>; + clocks =3D <&clock_cam>; + avdd-supply =3D <&vcc2v8_cam>; + dvdd-supply =3D <&vcc1v05_cam>; + dovdd-supply =3D <&vcc1v8_cam>; + reset-gpios =3D <&gpio 4 GPIO_ACTIVE_LOW>; + orientation =3D <0>; + rotation =3D <0>; + + port { + imx681_ep: endpoint { + data-lanes =3D <1 2>; + link-frequencies =3D /bits/ 64 <969600000>; + remote-endpoint =3D <&csi_in>; + }; + }; + }; + }; +... --=20 2.53.0