devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: zynq: Add #io-channel-cells to (x)adc node for iio-hwmon
@ 2017-03-08 20:11 Moritz Fischer
  2017-03-16 16:16 ` Michal Simek
  0 siblings, 1 reply; 13+ messages in thread
From: Moritz Fischer @ 2017-03-08 20:11 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Moritz Fischer, Michal Simek, Sören Brinkmann,
	Julia Cartwright, linux-kernel, devicetree

Fix

OF: /iio_hwmon: could not get #io-channel-cells for
/amba/adc@f8007100
OF: /iio_hwmon: could not get #io-channel-cells for
/amba/adc@f8007100
OF: /iio_hwmon: could not get #io-channel-cells for
/amba/adc@f8007100

by adding the #io-channel-cells property.

Signed-off-by: Moritz Fischer <mdf@kernel.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Sören Brinkmann <soren.brinkmann@xilinx.com>
Cc: Julia Cartwright <julia@ni.com>
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
---

Changes from v1:
- fix messed up commit message
---
 arch/arm/boot/dts/zynq-7000.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index f3ac9bf..98233a8 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -72,6 +72,7 @@
 			interrupts = <0 7 4>;
 			interrupt-parent = <&intc>;
 			clocks = <&clkc 12>;
+			#io-channel-cells = <1>;
 		};
 
 		can0: can@e0008000 {
-- 
2.7.4

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

end of thread, other threads:[~2017-04-07  7:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 20:11 [PATCH v2] ARM: zynq: Add #io-channel-cells to (x)adc node for iio-hwmon Moritz Fischer
2017-03-16 16:16 ` Michal Simek
2017-03-16 16:39   ` Moritz Fischer
2017-03-16 16:45     ` Michal Simek
     [not found]       ` <7e4fbe16-8686-5399-748d-af222c630338-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2017-03-16 16:51         ` Lars-Peter Clausen
2017-03-16 17:54           ` Moritz Fischer
2017-03-16 21:23             ` Lars-Peter Clausen
2017-03-16 18:06           ` Michal Simek
2017-03-16 21:20             ` Lars-Peter Clausen
2017-03-17  6:46               ` Michal Simek
2017-03-20 15:33                 ` Michal Simek
2017-03-20 15:34                   ` Lars-Peter Clausen
2017-04-07  7:11                     ` Michal Simek

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).