diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-07-28 16:44:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-08-07 20:36:55 +0400 |
commit | 249535d894216f5dcd922accfb435d32d417d56f (patch) | |
tree | dc996287bf5603197828ce4725a04d500914bac1 /Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | |
parent | 44d6f2ef94f9825e6eb9072f1611e0ea4cd81fa1 (diff) | |
download | linux-249535d894216f5dcd922accfb435d32d417d56f.tar.xz |
iio: adc: exynos_adc: add support for s3c64xx adc
The ADC in s3c64xx is almost the same as exynosv1, but
has a different 'select' method. Adding this here will be
helpful to move over the existing s3c64xx platform from the
legacy plat-samsung/adc driver to the new exynos-adc.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt index adc61b095bd1..d3dad46c97dd 100644 --- a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt @@ -16,6 +16,8 @@ Required properties: future controllers. Must be "samsung,exynos3250-adc" for controllers compatible with ADC of Exynos3250. + Must be "samsung,s3c6410-adc" for + the ADC in s3c6410 and compatibles - reg: Contains ADC register address range (base address and length) and the address of the phy enable register. - interrupts: Contains the interrupt information for the timer. The |