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 6CEA4C433EF for ; Sat, 4 Dec 2021 15:23:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344818AbhLDP1H (ORCPT ); Sat, 4 Dec 2021 10:27:07 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:37604 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344799AbhLDP1G (ORCPT ); Sat, 4 Dec 2021 10:27:06 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DA7D660E9F; Sat, 4 Dec 2021 15:23:40 +0000 (UTC) Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPSA id A174BC341C0; Sat, 4 Dec 2021 15:23:36 +0000 (UTC) Date: Sat, 4 Dec 2021 15:28:45 +0000 From: Jonathan Cameron To: Rob Herring Cc: Evgeny Boger , Maxime Ripard , linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org, Quentin Schulz , Lars-Peter Clausen , Jernej Skrabec , linux-iio@vger.kernel.org, Chen-Yu Tsai Subject: Re: [PATCH 2/2] dt-bindings: iio: adc: document TS voltage in AXP PMICs Message-ID: <20211204152845.78828cfc@jic23-huawei> In-Reply-To: References: <20211118141233.247907-1-boger@wirenboard.com> <20211118141233.247907-3-boger@wirenboard.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 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 29 Nov 2021 17:10:42 -0600 Rob Herring wrote: > On Thu, 18 Nov 2021 17:12:33 +0300, Evgeny Boger wrote: > > Most AXPxxx-based reference designs place a 10k NTC thermistor on a > > TS pin. axp20x IIO driver now report the voltage of this pin via > > additional IIO channel. Add new "ts_v" channel to the channel description. > > > > Signed-off-by: Evgeny Boger > > --- > > .../devicetree/bindings/iio/adc/x-powers,axp209-adc.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > > > Acked-by: Rob Herring Given the broader discussion on how to handle the NTC isn't directly related to these patches and these will be needed for any solution anyway, applied to the togreg branch of iio.git and pushed out as testing to let 0-day have first go at breaking things. Thanks, Jonathan