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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D62E3C433EF for ; Mon, 9 May 2022 20:40:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229650AbiEIUoX (ORCPT ); Mon, 9 May 2022 16:44:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229731AbiEIUoU (ORCPT ); Mon, 9 May 2022 16:44:20 -0400 Received: from inet10.abb.com (spf.hitachienergy.com [138.225.1.74]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79C82285EC0 for ; Mon, 9 May 2022 13:40:24 -0700 (PDT) Received: from gitsiv.ch.abb.com (gitsiv.keymile.net [10.41.156.251]) by inet10.abb.com (8.14.7/8.14.7) with SMTP id 249DAING010687; Mon, 9 May 2022 15:10:18 +0200 Received: from ch10641.keymile.net.net (ch10641.keymile.net [172.31.40.7]) by gitsiv.ch.abb.com (Postfix) with ESMTP id 7499265F9616; Mon, 9 May 2022 15:10:18 +0200 (CEST) From: Holger Brunck To: linux-hwmon@vger.kernel.org Cc: Holger Brunck , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski Subject: [PATCH 1/2] dt-bindings: add extended-range-enable property to lm90.yaml Date: Mon, 9 May 2022 15:10:15 +0200 Message-Id: <20220509131016.29481-1-holger.brunck@hitachienergy.com> X-Mailer: git-send-email 2.35.1.871.gab1f276 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Add a boolean extended-range-enable to make the extented temperature feature for some lm90 devices configurable. Signed-off-by: Holger Brunck cc: Jean Delvare cc: Guenter Roeck cc: Rob Herring cc: Krzysztof Kozlowski --- Documentation/devicetree/bindings/hwmon/national,lm90.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml b= /Documentation/devicetree/bindings/hwmon/national,lm90.yaml index 30db92977937..98d01f6c9331 100644 --- a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml +++ b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml @@ -52,6 +52,10 @@ properties: vcc-supply: description: phandle to the regulator that provides the +VCC supply =20 + extended-range-enable: + description: Set to enable extended range temperature. + type: boolean + required: - compatible - reg --=20 2.34.1