From patchwork Mon Feb 17 13:44:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Guido_G=C3=BCnther?= X-Patchwork-Id: 11386503 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F2F14139A for ; Mon, 17 Feb 2020 13:44:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0EDB215A4 for ; Mon, 17 Feb 2020 13:44:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727241AbgBQNoy (ORCPT ); Mon, 17 Feb 2020 08:44:54 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:39776 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728123AbgBQNoy (ORCPT ); Mon, 17 Feb 2020 08:44:54 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id BBD2FFB02; Mon, 17 Feb 2020 14:44:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SfnLh7PdL-LR; Mon, 17 Feb 2020 14:44:49 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 64E4940FE8; Mon, 17 Feb 2020 14:44:48 +0100 (CET) From: =?utf-8?q?Guido_G=C3=BCnther?= To: Tomas Novotny , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , "Angus Ainslie (Purism)" , =?utf-8?q?Guido_G=C3=BCnther?= , Marco Felsch , Thomas Gleixner , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] dt-bindings: iio: light: vcnl4000: Add near-level Date: Mon, 17 Feb 2020 14:44:48 +0100 Message-Id: X-Mailer: git-send-email 2.23.0 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org This value indicates when userspace should consider an object near to the sensor/device. Signed-off-by: Guido Günther --- Documentation/devicetree/bindings/iio/light/vcnl4000.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/iio/light/vcnl4000.txt b/Documentation/devicetree/bindings/iio/light/vcnl4000.txt index 955af4555c90..6f7dfe470553 100644 --- a/Documentation/devicetree/bindings/iio/light/vcnl4000.txt +++ b/Documentation/devicetree/bindings/iio/light/vcnl4000.txt @@ -16,9 +16,15 @@ Required properties: 0x51 0x60 +Optional properties: + + - near-level: Raw proximity values above this level should be + considered 'near' to the device (an object is near to the sensor). + Example: light-sensor@51 { compatible = "vishay,vcnl4200"; reg = <0x51>; + nearl-leval = <200>; };