linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/4] dt-bindings: iio: imx7d-adc: Add #io-channel-cells to required
@ 2019-04-14 18:34 Andrey Smirnov
  2019-04-14 18:34 ` [PATCH v3 2/4] ARM: dts: imx7s: Specify #io-channel-cells in ADC nodes Andrey Smirnov
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Andrey Smirnov @ 2019-04-14 18:34 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Andrey Smirnov, Chris Healy, Andrew Lunn, Fabio Estevam,
	Rob Herring, linux-kernel, devicetree

Add #io-channel-cells to list of required properties. Needed to be
able to reference that node by phandle.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/iio/adc/imx7d-adc.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/imx7d-adc.txt b/Documentation/devicetree/bindings/iio/adc/imx7d-adc.txt
index 5c184b940669..f1f3a552459b 100644
--- a/Documentation/devicetree/bindings/iio/adc/imx7d-adc.txt
+++ b/Documentation/devicetree/bindings/iio/adc/imx7d-adc.txt
@@ -10,6 +10,7 @@ Required properties:
 - clocks: The root clock of the ADC controller
 - clock-names: Must contain "adc", matching entry in the clocks property
 - vref-supply: The regulator supply ADC reference voltage
+- #io-channel-cells: Must be 1 as per ../iio-bindings.txt
 
 Example:
 adc1: adc@30610000 {
@@ -19,4 +20,5 @@ adc1: adc@30610000 {
 	clocks = <&clks IMX7D_ADC_ROOT_CLK>;
 	clock-names = "adc";
 	vref-supply = <&reg_vcc_3v3_mcu>;
+	#io-channel-cells = <1>;
 };
-- 
2.20.1


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

end of thread, other threads:[~2019-04-23  1:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-14 18:34 [PATCH v3 1/4] dt-bindings: iio: imx7d-adc: Add #io-channel-cells to required Andrey Smirnov
2019-04-14 18:34 ` [PATCH v3 2/4] ARM: dts: imx7s: Specify #io-channel-cells in ADC nodes Andrey Smirnov
2019-04-23  1:53   ` Shawn Guo
2019-04-14 18:34 ` [PATCH v3 3/4] dt-bindings: arm: fsl: Add support for ZII i.MX7 RPU2 board Andrey Smirnov
2019-04-16 21:53   ` Rob Herring
2019-04-22  1:02   ` Shawn Guo
2019-04-14 18:34 ` [PATCH v3 4/4] ARM: dts: " Andrey Smirnov
2019-04-22  1:03   ` Shawn Guo
2019-04-23  1:52 ` [PATCH v3 1/4] dt-bindings: iio: imx7d-adc: Add #io-channel-cells to required 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).