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 9EA60C433F5 for ; Mon, 6 Dec 2021 19:16:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348357AbhLFTUF (ORCPT ); Mon, 6 Dec 2021 14:20:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348370AbhLFTUE (ORCPT ); Mon, 6 Dec 2021 14:20:04 -0500 Received: from haggis.mythic-beasts.com (haggis.mythic-beasts.com [IPv6:2a00:1098:0:86:1000:0:2:1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A5B0C061746 for ; Mon, 6 Dec 2021 11:16:35 -0800 (PST) Received: from [81.101.6.87] (port=52500 helo=jic23-huawei) by haggis.mythic-beasts.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1muJTR-0005YD-H5; Mon, 06 Dec 2021 19:16:30 +0000 Date: Mon, 6 Dec 2021 19:21:40 +0000 From: Jonathan Cameron To: Thierry Reding Cc: Lars-Peter Clausen , Rob Herring , linux-iio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: iio: exynos-adc: Use correct node name Message-ID: <20211206192043.16f5c0d4@jic23-huawei> In-Reply-To: <20211206145427.218436-1-thierry.reding@gmail.com> References: <20211206145427.218436-1-thierry.reding@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BlackCat-Spam-Score: 4 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Mon, 6 Dec 2021 15:54:27 +0100 Thierry Reding wrote: > From: Thierry Reding > > According to the murata,ncp15wb473 DT bindings, the node name should be > "thermistor", so use that in order to make the example validate. > > Signed-off-by: Thierry Reding Already a patch on list for this. Rob said he'd pick it up with some other dt-fixes. id: 20211125152154.162780-1-geert@linux-m68k.org Thanks, Jonathan > --- > .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml > index c65921e66dc1..81c87295912c 100644 > --- a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml > @@ -136,7 +136,7 @@ examples: > samsung,syscon-phandle = <&pmu_system_controller>; > > /* NTC thermistor is a hwmon device */ > - ncp15wb473 { > + thermistor { > compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; > pullup-ohm = <47000>;