All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: mx23: fix iio-hwmon support
@ 2015-06-02 22:03 ` Stefan Wahren
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Wahren @ 2015-06-02 22:03 UTC (permalink / raw)
  To: linux-arm-kernel

In order to get iio-hwmon support, the lradc must be declared as an
iio provider. So fix this issue by adding the #io-channel-cells property.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Fixes: bd798f9c7b30 ("ARM: dts: mxs: Add iio-hwmon to mx23 soc")
---
 arch/arm/boot/dts/imx23.dtsi |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index c892d58..b995333 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -468,6 +468,7 @@
 				interrupts = <36 37 38 39 40 41 42 43 44>;
 				status = "disabled";
 				clocks = <&clks 26>;
+				#io-channel-cells = <1>;
 			};
 
 			spdif at 80054000 {
-- 
1.7.9.5

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

end of thread, other threads:[~2015-06-29 11:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 22:03 [PATCH] ARM: dts: mx23: fix iio-hwmon support Stefan Wahren
2015-06-02 22:03 ` Stefan Wahren
2015-06-03 12:41 ` Marek Vasut
2015-06-03 12:41   ` Marek Vasut
2015-06-08 18:04 ` Alexandre Belloni
2015-06-08 18:04   ` Alexandre Belloni
2015-06-29 11:58 ` Shawn Guo
2015-06-29 11:58   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.