]> git.baikalelectronics.ru Git - kernel.git/commit
iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 12 Feb 2019 17:45:49 +0000 (18:45 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 12 Feb 2019 20:56:00 +0000 (20:56 +0000)
commitdffc48f7bbc12809e70a9f0deb9c8ce485959234
tree76da1598dd96eed812103df2f79735c80457e0fd
parent161e7318479d1ba2e963441907659e4d798d65ed
iio: adc: exynos-adc: Use proper number of channels for Exynos4x12

Exynos4212 and Exynos4412 have only four ADC channels so using
"samsung,exynos-adc-v1" compatible (for eight channels ADCv1) on them is
wrong.  Add a new compatible for Exynos4x12.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.txt
drivers/iio/adc/exynos_adc.c