From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2640EC433EF for ; Thu, 23 Sep 2021 22:30:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1068B61241 for ; Thu, 23 Sep 2021 22:30:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243495AbhIWWbk (ORCPT ); Thu, 23 Sep 2021 18:31:40 -0400 Received: from mail-ot1-f43.google.com ([209.85.210.43]:46701 "EHLO mail-ot1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243423AbhIWWbj (ORCPT ); Thu, 23 Sep 2021 18:31:39 -0400 Received: by mail-ot1-f43.google.com with SMTP id o59-20020a9d2241000000b0054745f28c69so8578145ota.13; Thu, 23 Sep 2021 15:30:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0wd54PgFVno+JC/HFzigQaGj1doCQQ9u26dCzaiPks4=; b=h8Be6D3zolXdPZODaOA/fCI1VSZ9SvQnRTvUddlIvQOAXCLl/T6kgTIcd3jPWfDKTO dIKhaozOq029c+K7cFCSO1qwol4pLeIMqD7PcQF+rMYM07r6gP15Bn4eLhwrsWVXXc1E 7JwSYbSVdGBb8xbq6fvdqBipTSZgGOCLYM2RZbcmmj97/i9q1wqPrZ9X3r43MftqYL6D waZpteIsoyWlSLt9IaSWulN1ESqSbgj/dH+BxHdedxGSOs4qM0tBv8h3AjR5pEvy/1gV xhfJ9M7EOEXl0zU8gv2VryrImf+2B7D48owBupLAcXoFLmcdzqFadckDBVGu9HUqz9Jh 98Kw== X-Gm-Message-State: AOAM532OvJAQq1HEwLR/cvo+mamHQSUdo0IOR8F0SikUVTAuXuEo3/V0 We53cSAQlG1+hLJ38i2Dmg== X-Google-Smtp-Source: ABdhPJzB7OzB8hZjggiv41iY+eUtHtfwDS5i4q/vbmTXNgxcAOrie4BF9o+EfM/7B8sGqlTp2vWScg== X-Received: by 2002:a9d:470b:: with SMTP id a11mr955838otf.337.1632436207380; Thu, 23 Sep 2021 15:30:07 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 14sm1616929oiy.53.2021.09.23.15.30.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Sep 2021 15:30:06 -0700 (PDT) Received: (nullmailer pid 3641740 invoked by uid 1000); Thu, 23 Sep 2021 22:30:06 -0000 Date: Thu, 23 Sep 2021 17:30:06 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Rob Herring , Jonathan Cameron , Jiri Kosina , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, Guenter Roeck , devicetree@vger.kernel.org, Jean Delvare Subject: Re: [PATCH 6/6] dt-bindings: hwmon: sensirion,sht15: convert to dtschema Message-ID: References: <20210921102832.143352-1-krzysztof.kozlowski@canonical.com> <20210921102832.143352-6-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210921102832.143352-6-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 21 Sep 2021 12:28:32 +0200, Krzysztof Kozlowski wrote: > Convert the Sensirion SHT15 humidity sensor to DT schema format. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/hwmon/sensirion,sht15.yaml | 43 +++++++++++++++++++ > .../devicetree/bindings/hwmon/sht15.txt | 19 -------- > 2 files changed, 43 insertions(+), 19 deletions(-) > create mode 100644 Documentation/devicetree/bindings/hwmon/sensirion,sht15.yaml > delete mode 100644 Documentation/devicetree/bindings/hwmon/sht15.txt > Reviewed-by: Rob Herring