diff options
author | Josh Wu <josh.wu@atmel.com> | 2013-10-08 05:48:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-10-09 22:15:39 +0200 |
commit | 2b6d598bc9043f51d2092d10392a6e3c161cdff7 (patch) | |
tree | 241b7fba37b8960315fa8b7c5b2f8e34f46a8839 /Documentation/devicetree/bindings/arm/atmel-adc.txt | |
parent | iio: at91: ADC start-up time calculation changed since at91sam9x5 (diff) | |
download | linux-2b6d598bc9043f51d2092d10392a6e3c161cdff7.tar.xz linux-2b6d598bc9043f51d2092d10392a6e3c161cdff7.zip |
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/devicetree/bindings/arm/atmel-adc.txt')
-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 723c205cb10d..0e65e0137487 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 |