ARM: dts: exynos: Document regulator used by ADC on Odroid U3

Add ADC node to Odroid U3 with its regulator, purely for documentation
purposes.  The ADC stays disabled because it is not used (all inputs
grounded).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-02-12 18:46:38 +01:00
parent d7fa8ed433
commit 15b8831f87
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@ map2 {
};
};
&adc {
vdd-supply = <&ldo10_reg>;
/* Nothing connected to ADC inputs, keep it disabled */
};
/* Supply for LAN9730/SMSC95xx */
&buck8_reg {
regulator-name = "BUCK8_P3V3";