From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Sun, 6 Sep 2015 12:32:32 +0800 Subject: [PATCH] ARM: dts: vfxxx: Add iio_hwmon node for ADC temperature channel In-Reply-To: References: Message-ID: <20150906043232.GD30746@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Aug 06, 2015 at 09:28:22PM +0530, Sanchayan Maity wrote: > Add iio_hwmon node to expose the temperature channel on Vybrid > as hardware monitor device using the iio_hwmon driver. > > Signed-off-by: Sanchayan Maity > --- > arch/arm/boot/dts/vfxxx.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 39173bb..0993d66 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -597,5 +597,10 @@ > status = "disabled"; > }; > }; > + > + iio_hwmon { Hyphen rather than underscore should be used in node name. Shawn > + compatible = "iio-hwmon"; > + io-channels = <&adc0 16>; > + }; > }; > }; > -- > 2.5.0 >