linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vfxxx: Add iio_hwmon node for ADC temperature channel
@ 2015-08-06 15:58 Sanchayan Maity
  2015-08-21 12:11 ` maitysanchayan at gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sanchayan Maity @ 2015-08-06 15:58 UTC (permalink / raw)
  To: linux-arm-kernel

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 <maitysanchayan@gmail.com>
---
 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 {
+			compatible = "iio-hwmon";
+			io-channels = <&adc0 16>;
+		};
 	};
 };
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-17  1:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 15:58 [PATCH] ARM: dts: vfxxx: Add iio_hwmon node for ADC temperature channel Sanchayan Maity
2015-08-21 12:11 ` maitysanchayan at gmail.com
2015-09-06  4:32 ` Shawn Guo
2015-09-07  8:49   ` maitysanchayan at gmail.com
2015-09-17  1:04     ` Shawn Guo
2015-09-06  4:35 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).