Commit 23c85678 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent b7ed69d6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -51,6 +51,11 @@
	};
};

&adc {
	vdd-supply = <&ldo4_reg>;
	status = "okay";
};

&cci {
	status = "disabled";
};