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=ham 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 CA00AC433F5 for ; Thu, 23 Sep 2021 21:11:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A96C260F70 for ; Thu, 23 Sep 2021 21:11:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243224AbhIWVMm (ORCPT ); Thu, 23 Sep 2021 17:12:42 -0400 Received: from mail-oi1-f172.google.com ([209.85.167.172]:42732 "EHLO mail-oi1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243189AbhIWVMl (ORCPT ); Thu, 23 Sep 2021 17:12:41 -0400 Received: by mail-oi1-f172.google.com with SMTP id x124so11546367oix.9; Thu, 23 Sep 2021 14:11:09 -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=r/+C4RWfXuf4J4PV+1A5NzCm+2F6V6un9scbYMc9KVM=; b=MFumNC9W2x9EoAVGU1xXPsDmsx62KFMMNGRPw1wH4P1futGVReHq6Pi3Gc4q7qPDIF FzrIg07hNHd2MPxwEtYLCSaAUNOsRipCuUZk54qEoah66WKcLUjJL7jZRQmRHyqisF5D o3s5WT6mdQcJJWjRk6G6EEpOkw35MthPH9OWomCMLTBzorTDEPlEE6arMRPKcQ2/4Lx9 LaVlIixgMi0BIVtHK5RY8oHDBAF4c1HyS3P1z4Pfio1mT4TdymKmsHuzzdCaEf4yfwCw cBIO86UDJbyW5O2VOWZnYpuOBfo4h7lBdlIo+u3iuH+OExox6cYBMT6eaabN+qSbIHmv 9d1g== X-Gm-Message-State: AOAM530USWWrAVKhZi8Shxco4G4PlquwnUmRdeYj40q4z9w8yXwD0kdq /o+gsT/mxv4rBVi6OSCpc3WaYGfDsw== X-Google-Smtp-Source: ABdhPJx4blJeDBUA0kv+vZLi6rvu+cXm1eK7P8e/5xXdDDWK068ZBGzVfg/UJl1LM3nPNi29EzYZYQ== X-Received: by 2002:a05:6808:287:: with SMTP id z7mr5436354oic.8.1632431469304; Thu, 23 Sep 2021 14:11:09 -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 u12sm1609760otq.20.2021.09.23.14.11.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Sep 2021 14:11:08 -0700 (PDT) Received: (nullmailer pid 3529913 invoked by uid 1000); Thu, 23 Sep 2021 21:11:08 -0000 Date: Thu, 23 Sep 2021 16:11:08 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Rob Herring , Jean Delvare , Jonathan Cameron , devicetree@vger.kernel.org, Guenter Roeck , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: hwmon: lm90: convert to dtschema Message-ID: References: <20210920181913.338772-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210920181913.338772-1-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org On Mon, 20 Sep 2021 20:19:12 +0200, Krzysztof Kozlowski wrote: > Convert the National LM90 hwmon sensor bindings to DT schema format. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Drop adi,adt7461 from trivial-devices. > --- > .../devicetree/bindings/hwmon/lm90.txt | 51 ------------ > .../bindings/hwmon/national,lm90.yaml | 79 +++++++++++++++++++ > .../devicetree/bindings/trivial-devices.yaml | 4 - > MAINTAINERS | 2 +- > 4 files changed, 80 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/hwmon/lm90.txt > create mode 100644 Documentation/devicetree/bindings/hwmon/national,lm90.yaml > Reviewed-by: Rob Herring