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 E289EC433EF for ; Wed, 15 Dec 2021 04:04:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239690AbhLOEEv (ORCPT ); Tue, 14 Dec 2021 23:04:51 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:52050 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235674AbhLOEEu (ORCPT ); Tue, 14 Dec 2021 23:04:50 -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 ams.source.kernel.org (Postfix) with ESMTPS id 65F63B81D4C; Wed, 15 Dec 2021 04:04:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34E8AC34603; Wed, 15 Dec 2021 04:04:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639541088; bh=OFQiIOJbDDB0jieVQbMNdFCClUHvhKr3mYLSoThmrow=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kIT9p5f4zAijGCEl4xxozDdr36MCMdYx1k0D/h+BY9NZt2BEcNdqGOVpAolFbjdHI +xoFWVoUN+6fi3gvy+vThBoHDMM00JNZjHqwQrjKq0bP9FHCRsxIER80WCXNYMhGSt MjqICTCMLXyZjuWPyVlGHKYQiwIrizs250N9BUAdyg9yPHV29CoG/rCqiC4b9La1iA oa8uJhcNnYmcbUBBBNq4aksmCRakqrdbwZa6foT6b5rlMZbQtrDCce4WtNE9LLxdkM wgfKtUl+RJ6Z3oF+RCaLk4E3xOpZdIn+BtoWepLUeFYiDRpg1FMrx3IW5yjQZD8sce nL5L3bDu9ZuOw== Date: Wed, 15 Dec 2021 09:34:44 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Andy Gross , Zhang Rui , Daniel Lezcano , Amit Kucheria , Rob Herring , Thara Gopinath , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 4/4] arm64: dts: qcom: sdm845: mtp: Add vadc channels and thermal zones Message-ID: References: <20211005032531.2251928-1-bjorn.andersson@linaro.org> <20211005032531.2251928-5-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211005032531.2251928-5-bjorn.andersson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 04-10-21, 20:25, Bjorn Andersson wrote: > Downstream defines four ADC channels related to thermal sensors external > to the PM8998 and two channels for internal voltage measurements. > > Add these to the upstream SDM845 MTP, describe the thermal monitor > channels and add thermal_zones for these. Reviewed-by: Vinod Koul -- ~Vinod