diff mbox series

[2/2] ARM: dts: exynos: Use ADC for Exynos4x12 on Exyno4412

Message ID 20190212174550.4383-3-krzk@kernel.org (mailing list archive)
State New, archived
Headers show
Series ARM/dts/iio: exynos-adc: Use proper number of channels for Exynos4x12 | expand

Commit Message

Krzysztof Kozlowski Feb. 12, 2019, 5:45 p.m. UTC
Exynos4412 should use "samsung,exynos4212-adc" compatible to report
proper number of (four) channels.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/exynos4412.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski March 18, 2019, 6:38 p.m. UTC | #1
On Tue, Feb 12, 2019 at 06:45:50PM +0100, Krzysztof Kozlowski wrote:
> Exynos4412 should use "samsung,exynos4212-adc" compatible to report
> proper number of (four) channels.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm/boot/dts/exynos4412.dtsi | 2 +-

Applied.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index 26ad6ab3c6af..e5c041ec0756 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -274,7 +274,7 @@ 
 		};
 
 		adc: adc@126c0000 {
-			compatible = "samsung,exynos-adc-v1";
+			compatible = "samsung,exynos4212-adc";
 			reg = <0x126C0000 0x100>;
 			interrupt-parent = <&combiner>;
 			interrupts = <10 3>;