devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Moritz Fischer <mdf@kernel.org>
To: linux-arm-kernel@lists.infradead.org
Cc: "Moritz Fischer" <mdf@kernel.org>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Julia Cartwright" <julia@ni.com>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH v2] ARM: zynq: Add #io-channel-cells to (x)adc node for iio-hwmon
Date: Wed,  8 Mar 2017 12:11:24 -0800	[thread overview]
Message-ID: <1489003884-2489-1-git-send-email-mdf@kernel.org> (raw)

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

             reply	other threads:[~2017-03-08 20:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08 20:11 Moritz Fischer [this message]
2017-03-16 16:16 ` [PATCH v2] ARM: zynq: Add #io-channel-cells to (x)adc node for iio-hwmon 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489003884-2489-1-git-send-email-mdf@kernel.org \
    --to=mdf@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=julia@ni.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=soren.brinkmann@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).