diff options
author | Josh Wu <josh.wu@atmel.com> | 2013-10-08 04:48:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-10-09 21:15:39 +0100 |
commit | 2b6d598bc9043f51d2092d10392a6e3c161cdff7 (patch) | |
tree | 241b7fba37b8960315fa8b7c5b2f8e34f46a8839 /Documentation | |
parent | c46016665fff1dcf08d6046cee45c98781996567 (diff) | |
download | op-kernel-dev-2b6d598bc9043f51d2092d10392a6e3c161cdff7.zip op-kernel-dev-2b6d598bc9043f51d2092d10392a6e3c161cdff7.tar.gz |
iio: at91: move the num_channels from DT to driver itself
CC: devicetree@vger.kernel.org
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-adc.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-adc.txt b/Documentation/devicetree/bindings/arm/atmel-adc.txt index 723c205..0e65e01 100644 --- a/Documentation/devicetree/bindings/arm/atmel-adc.txt +++ b/Documentation/devicetree/bindings/arm/atmel-adc.txt @@ -7,7 +7,6 @@ Required properties: - interrupts: Should contain the IRQ line for the ADC - atmel,adc-channels-used: Bitmask of the channels muxed and enable for this device - - atmel,adc-num-channels: Number of channels available in the ADC - atmel,adc-startup-time: Startup Time of the ADC in microseconds as defined in the datasheet - atmel,adc-vref: Reference voltage in millivolts for the conversions |