From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030641AbdAEFyW (ORCPT ); Thu, 5 Jan 2017 00:54:22 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:35376 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030601AbdAEFw5 (ORCPT ); Thu, 5 Jan 2017 00:52:57 -0500 MIME-Version: 1.0 In-Reply-To: <20170102163723.7939-7-quentin.schulz@free-electrons.com> References: <20170102163723.7939-1-quentin.schulz@free-electrons.com> <20170102163723.7939-7-quentin.schulz@free-electrons.com> From: Chen-Yu Tsai Date: Thu, 5 Jan 2017 13:52:32 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 06/22] ARM: dtsi: axp22x: add AXP22X ADC subnode To: Quentin Schulz Cc: Jonathan Cameron , knaack.h@gmx.de, Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , Chen-Yu Tsai , Sebastian Reichel , Russell King , Maxime Ripard , Lee Jones , linux-iio@vger.kernel.org, devicetree , linux-kernel , "open list:THERMAL" , linux-arm-kernel , Thomas Petazzoni , Icenowy Zheng , =?UTF-8?Q?Bruno_Pr=C3=A9mont?= Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 3, 2017 at 12:37 AM, Quentin Schulz wrote: > X-Powers AXP22X PMIC has multiple ADCs, each one exposing data from the > different power supplies connected to the PMIC. > > This adds the ADC subnode for AXP22X PMIC. > > Signed-off-by: Quentin Schulz > --- > arch/arm/boot/dts/axp22x.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/axp22x.dtsi b/arch/arm/boot/dts/axp22x.dtsi > index 458b668..a2c4401 100644 > --- a/arch/arm/boot/dts/axp22x.dtsi > +++ b/arch/arm/boot/dts/axp22x.dtsi > @@ -52,6 +52,11 @@ > interrupt-controller; > #interrupt-cells = <1>; > > + axp221_adc: axp221_adc { Same as the last patch. Please change to "adc". ChenYu > + compatible = "x-powers,axp221-adc"; > + #io-channel-cells = <1>; > + }; > + > regulators { > /* Default work frequency for buck regulators */ > x-powers,dcdc-freq = <3000>; > -- > 2.9.3 >