ARM: dts: exynos: Enable ADC on Arndale Octa

Arndale Octa (Exynos5420) has two ADC pins (AIN0 and AIN1) exposed on
CON6 header pins.  Add ADC node to DTS file to enable it.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-02-23 21:29:32 +01:00
parent b7ed69d67f
commit 23c856787a
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@
};
};
&adc {
vdd-supply = <&ldo4_reg>;
status = "okay";
};
&cci {
status = "disabled";
};