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 C4C88C433FE for ; Mon, 7 Nov 2022 18:10:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232783AbiKGSKs (ORCPT ); Mon, 7 Nov 2022 13:10:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232862AbiKGSKa (ORCPT ); Mon, 7 Nov 2022 13:10:30 -0500 Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E459C2BC8; Mon, 7 Nov 2022 10:08:08 -0800 (PST) Received: by mail-oi1-f171.google.com with SMTP id n205so1914044oib.1; Mon, 07 Nov 2022 10:08:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=x2fAwzmrkHSP0Y+WfKfQdu7RYOEhg49XbOCTpdKi2Co=; b=5brPM52RkGut4K2jXQ01Bt6DmnvlLNnXdkCeyxRtHBOLccGiflQCllwiT3cb4QkGw8 sBrZHn985xTTxyQPzCrMUW1BATs3rg4aLG/FKGGNVylZlF4IAPMAnFs/SDQ3X56upRsW DUYZWceOZfflX4T/TAfMBvNyn5BUQP/p+ADU8cir16d03YeB49H+FguawL9MhYzXJQ+o XUqtoprOYa2mtYfyn6iXbemJOAzoz6bTKv4l50vW9V0oPQGiBKC41UeVgLlb0yLSBeIh A8Glh25jvh2jrX5zgGDsHIAyjS42qIlB1Vg1/ArLS9JvuhvL2s94Rt5wsIhvU6lXdex3 LURw== X-Gm-Message-State: ACrzQf0mffcFKKdr/Lj+dcj/P4MLkiq8cETHjtZhv36yXdVty5W35e78 Cire+8JrzythInllmq/rvl7igvioNA== X-Google-Smtp-Source: AMsMyM5C0EVui3Rxf5LKhczxtVBOV+fkU6/wnetbywNsyVf6MG6toKebB33pQil+DrTuj8zDG1CzQQ== X-Received: by 2002:a05:6808:1248:b0:354:2c04:c35b with SMTP id o8-20020a056808124800b003542c04c35bmr34693365oiv.143.1667844488069; Mon, 07 Nov 2022 10:08:08 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id cm5-20020a056870b60500b0010d7242b623sm3415585oab.21.2022.11.07.10.08.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Nov 2022 10:08:07 -0800 (PST) Received: (nullmailer pid 1316731 invoked by uid 1000); Mon, 07 Nov 2022 18:08:09 -0000 Date: Mon, 7 Nov 2022 12:08:09 -0600 From: Rob Herring To: Cosmin Tanislav Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Rob Herring , Lars-Peter Clausen , Michael Hennerich , Krzysztof Kozlowski , Cosmin Tanislav , Jonathan Cameron , devicetree@vger.kernel.org, Nuno =?iso-8859-1?Q?S=E1?= Subject: Re: [PATCH v4 08/13] dt-bindings: iio: temperature: ltc2983: change default excitation for custom thermistors Message-ID: <166784448804.1315737.13515754745039297465.robh@kernel.org> References: <20221103130041.2153295-1-demonsingur@gmail.com> <20221103130041.2153295-9-demonsingur@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221103130041.2153295-9-demonsingur@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Thu, 03 Nov 2022 15:00:36 +0200, Cosmin Tanislav wrote: > From: Cosmin Tanislav > > Excitation cannot be set to auto-range when using a custom thermistor > or Steinhart sensor type. Default it to 1000nA to match the driver > and remove the auto-range value from the enum. > > Signed-off-by: Cosmin Tanislav > --- > .../bindings/iio/temperature/adi,ltc2983.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Reviewed-by: Rob Herring