From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Anderson Subject: Re: [PATCH v5 2/2] arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC Date: Thu, 4 Oct 2018 09:46:23 -0700 Message-ID: References: <20181004001432.21218-1-mka@chromium.org> <20181004001432.21218-3-mka@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20181004001432.21218-3-mka@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Matthias Kaehlcke Cc: Andy Gross , David Brown , Rob Herring , Mark Rutland , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-arm-msm , "open list:ARM/QUALCOMM SUPPORT" , devicetree@vger.kernel.org, linux-iio , LKML List-Id: linux-arm-msm@vger.kernel.org Hi, On Wed, Oct 3, 2018 at 5:14 PM Matthias Kaehlcke wrote: > > Add a channel node for the die temperature to the ADC. > > Signed-off-by: Matthias Kaehlcke > Reviewed-by: Douglas Anderson > --- > Changes in v4: > - added unit address to 'die-temp' node This probably should have been "changes in v5" > --- > arch/arm64/boot/dts/qcom/pm8998.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/pm8998.dtsi b/arch/arm64/boot/dts/qcom/pm8998.dtsi > index 048f19fa0150..32b141637d13 100644 > --- a/arch/arm64/boot/dts/qcom/pm8998.dtsi > +++ b/arch/arm64/boot/dts/qcom/pm8998.dtsi > @@ -75,6 +75,11 @@ > #address-cells = <1>; > #size-cells = <0>; > #io-channel-cells = <1>; > + > + die-temp@ADC5_DIE_TEMP { > + reg = ; Thanks for adding the unit address. Note to Andy that this ought to go into the queue for 4.20 since you'll have the ADC5_DIE_TEMP then. -Doug