From patchwork Sun Aug 16 07:15:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Ranostay X-Patchwork-Id: 11716005 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 7777216B1 for ; Sun, 16 Aug 2020 07:15:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6042E20674 for ; Sun, 16 Aug 2020 07:15:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=konsulko.com header.i=@konsulko.com header.b="Tv9PqpD0" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730223AbgHPHPs (ORCPT ); Sun, 16 Aug 2020 03:15:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730207AbgHPHPr (ORCPT ); Sun, 16 Aug 2020 03:15:47 -0400 Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE0EFC061385 for ; Sun, 16 Aug 2020 00:15:46 -0700 (PDT) Received: by mail-wm1-x343.google.com with SMTP id k8so11321986wma.2 for ; Sun, 16 Aug 2020 00:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=FtBZO3W76dH5HqtieBBm4KLqWKzxwPvD1yS5bD72/uQ=; b=Tv9PqpD0aZ6UNSJgj1O53N4jT+f+cBlRK3digViLJWOOruHGl+DOne0XXq6dWCrMf9 4TovILfm2WaVWvkjRtpmhA7p06AOIIlFrK2MvwrpMHs929C4GbzUta9NMhWe+Wk24bBz UeChrJYuUGwihUS6FUkgu9fV9MCK/s/b4QjDg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FtBZO3W76dH5HqtieBBm4KLqWKzxwPvD1yS5bD72/uQ=; b=jeAY1yLOiduJgjHwQLtfrQz4jU022YDAK4fM8uRwlqH1j8CdlMAQKqN+2TwyjpSSKE 5G/xDP34Kn6KXjQhUaSUSx5Z5EpMCHQohlr4EJWqqaJqnCuam7ARcwhz2nVTAo8K+AJb gCNAcWws531jcDsB1wBVfmC0LiYfaW4iyO+gZ+uS0ZSEJlokCOleCfjvOiGaisYAXjhI mtxSa0VZxJ7B/ve9DLhfOJE2qEUM69U8Pd1G+jGGi/j+aPmD+g1qlWpviyslVQXmbI4Z +j1cRrgQmd24fb+5kEFsq9CFHecfHsKyKH9KxekYXvffiIM5EKM00OXZLTE8Keg1xx48 WOrg== X-Gm-Message-State: AOAM5332D4ffICQvOsiHzAbzfYNkxjUeX+vTfJ2nsrInjnbGv2lEgl68 wFzL+6ETdAC51+SqQVUlPcuOtw== X-Google-Smtp-Source: ABdhPJw3apQSDQ3q1kNRiwIe55rEalLr/+3xxpIw9eqmcO8PtC5QjgBkCzNSa6CctdLakF/q1+95DA== X-Received: by 2002:a7b:c38a:: with SMTP id s10mr10156297wmj.13.1597562145625; Sun, 16 Aug 2020 00:15:45 -0700 (PDT) Received: from taos.konsulko.bg (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id d14sm26189487wre.44.2020.08.16.00.15.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Aug 2020 00:15:45 -0700 (PDT) From: Matt Ranostay To: jic23@kernel.org Cc: linux-iio@vger.kernel.org, Matt Ranostay , devicetree@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: iio: chemical: add Atlas EZO Humidity module documentation Date: Sun, 16 Aug 2020 10:15:39 +0300 Message-Id: <20200816071540.31897-2-matt.ranostay@konsulko.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200816071540.31897-1-matt.ranostay@konsulko.com> References: <20200816071540.31897-1-matt.ranostay@konsulko.com> MIME-Version: 1.0 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Cc: devicetree@vger.kernel.org Signed-off-by: Matt Ranostay --- .../devicetree/bindings/iio/chemical/atlas,sensor.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml b/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml index 46496dc250f2..f1130d613735 100644 --- a/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml +++ b/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml @@ -20,6 +20,7 @@ description: | http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf http://www.atlas-scientific.com/_files/_datasheets/_probe/EZO_CO2_Datasheet.pdf https://www.atlas-scientific.com/files/EZO_O2_datasheet.pdf + https://www.atlas-scientific.com/files/EZO_HUM_Datasheet.pdf properties: compatible: @@ -31,6 +32,7 @@ properties: - atlas,rtd-sm - atlas,co2-ezo - atlas,o2-ezo + - atlas,hum-ezo reg: maxItems: 1