From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Thu, 18 Sep 2014 21:46:15 +0800 Subject: [PATCH 1/2] ARM: dts: vf610-colibri: Add ADC support In-Reply-To: <1015e874d5b13795e38069402a66b4798d79b632.1410873422.git.maitysanchayan@gmail.com> References: <1015e874d5b13795e38069402a66b4798d79b632.1410873422.git.maitysanchayan@gmail.com> Message-ID: <20140918134613.GK4796@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 17, 2014 at 01:53:16PM +0530, Sanchayan Maity wrote: > Enable ADC support for Colibri VF61 modules > > Signed-off-by: Sanchayan Maity > --- > arch/arm/boot/dts/vf610-colibri.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/vf610-colibri.dtsi b/arch/arm/boot/dts/vf610-colibri.dtsi > index 0cd8343..275ebec 100644 > --- a/arch/arm/boot/dts/vf610-colibri.dtsi > +++ b/arch/arm/boot/dts/vf610-colibri.dtsi > @@ -69,6 +69,16 @@ > status = "okay"; > }; > > +&adc0 { > + pinctrl-names = "default"; > + status = "okay"; > +}; > + > +&adc1 { > + pinctrl-names = "default"; > + status = "okay"; > +}; > + Please sort the nodes alphabetically in node name. Shawn > &iomuxc { > vf610-colibri { > pinctrl_esdhc1: esdhc1grp { > -- > 1.7.9.5 >