From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from layka.disroot.org (layka.disroot.org [178.21.23.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C37713DBD5E; Thu, 23 Jul 2026 17:29:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.21.23.139 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784827743; cv=none; b=rIPfWLgBPvBe5AVojEXy5J2lj4vQGLuMQ3rxJWR3Prt9An+Gfb+gz/U2+zWH6azrcPHTs5tjabIB/HMN/myDP77L0NPqksj9iaoclybVSak3h1VXoL9n3ee2H1ohAKP/BQ2a77WeDIF0sDTN4m49fx0tPR/FDrgxMbdClImgQGU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784827743; c=relaxed/simple; bh=8RNNJicbOxkofsbn69rExkYA+ETIbn8fNyoaONjKg8o=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=mdvEKUFcEuJu9cvTRykf3Yq4EGJeRTYqZz3jM35LyNOcWnQgfLJcDeWCHqp3Kpu8UMKdtwq6/d/DHfsf5f2puOJ37M855rYBWLNA6xTcyccvEE+AsAq11Z7lljPQweZQA4oRZ0CBcbDui8suwlbeJjDamoavJ7XRmqL/Qu/GJ3c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org; spf=pass smtp.mailfrom=disroot.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b=hH3b9XxY; arc=none smtp.client-ip=178.21.23.139 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=disroot.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b="hH3b9XxY" Received: from mail01.layka.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B9F2A887E7; Thu, 23 Jul 2026 19:28:59 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id FFMCgq-LND6L; Thu, 23 Jul 2026 19:28:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1784827738; bh=8RNNJicbOxkofsbn69rExkYA+ETIbn8fNyoaONjKg8o=; h=From:Date:Subject:References:In-Reply-To:To:Cc; b=hH3b9XxY/0b2Zcd3ud0DtNCxIiif6sJ+eNj/Fr01R53LX+MQKIF/y0+6nscDFHgQf fij/II88++vWilc2uxgxbRHb5FbkCfXgW+4ZsjdmlllYUdK5dk3yB8y/yYBv1BXMgH PgpeqHNruISJY9neyG+lPjEzIJIl1Wa7Sw5g++axg7FAN5jKhSGCHjvsXq+c+vrBlm rBdjhI8+IeTPhK6IqZjLFp5iqw9QkPZqGofloLrCgljcLuer4LaeL5i9A1UHwV9Jiz q2DR9swV0dIVGjyIb4GtS9VuW4cmlSrDywlYgykjl70GBR89KYomebyqB5NqeLsdxa bQ9mzbn0FDdHg== From: Kaustabh Chakraborty Date: Thu, 23 Jul 2026 22:58:33 +0530 Subject: [PATCH 1/3] dt-bindings: iio: proximity: add Sharp GP2AP070S proximity sensor 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: 7bit Message-Id: <20260723-gp2ap070s-v1-1-b8ca3a4c10dd@disroot.org> References: <20260723-gp2ap070s-v1-0-b8ca3a4c10dd@disroot.org> In-Reply-To: <20260723-gp2ap070s-v1-0-b8ca3a4c10dd@disroot.org> To: Jonathan Cameron , David Lechner , =?utf-8?q?Nuno_S=C3=A1?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Peter Griffin , Alim Akhtar Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Kaustabh Chakraborty The GP2AP070S is a proximity sensor designed and manufactured by Sharp Corporation. Unlike the other GP2AP* schemas, this is strictly a proximity sensor and NOT an ambient light sensor. For power supplies, it expects two voltage supplies, one for core and other for driving the infrared LED which is used to measure proximity distance. This chip has been used in production mobile devices such as the Samsung Galaxy J6. Signed-off-by: Kaustabh Chakraborty --- .../bindings/iio/proximity/sharp,gp2ap070s.yaml | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/Documentation/devicetree/bindings/iio/proximity/sharp,gp2ap070s.yaml b/Documentation/devicetree/bindings/iio/proximity/sharp,gp2ap070s.yaml new file mode 100644 index 000000000000..bcae68303b3f --- /dev/null +++ b/Documentation/devicetree/bindings/iio/proximity/sharp,gp2ap070s.yaml @@ -0,0 +1,59 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/iio/proximity/sharp,gp2ap070s.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Sharp GP2AP070S Proximity sensor + +maintainers: + - Kaustabh Chakraborty + +allOf: + - $ref: ../common.yaml# + +properties: + compatible: + const: sharp,gp2ap070s + + reg: + maxItems: 1 + + interrupts: + maxItems: 1 + + vdd-supply: + description: Voltage supply for the internal circuitry + + vled-supply: + description: Voltage supply for the IR LED + + proximity-near-level: true + +required: + - compatible + - reg + - interrupts + +additionalProperties: false + +examples: + - | + #include + + i2c { + #address-cells = <1>; + #size-cells = <0>; + + proximity@39 { + compatible = "sharp,gp2ap070s"; + reg = <0x39>; + interrupt-parent = <&gpio>; + interrupts = <1 IRQ_TYPE_EDGE_BOTH>; + vdd-supply = <&vdd_supply>; + vled-supply = <&vled_supply>; + proximity-near-level = <500>; + }; + }; + +... -- 2.54.0