Skip to content

Commit 23c8567

Browse files
committed
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 <[email protected]>
1 parent b7ed69d commit 23c8567

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/exynos5420-arndale-octa.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
};
5252
};
5353

54+
&adc {
55+
vdd-supply = <&ldo4_reg>;
56+
status = "okay";
57+
};
58+
5459
&cci {
5560
status = "disabled";
5661
};

0 commit comments

Comments
 (0)