diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-02-12 20:46:38 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-03-18 21:46:47 +0300 |
commit | 15b8831f87874c21e431ffa3801781690973c384 (patch) | |
tree | 225493e330194a3ae79a0cda931aca5904858c6d | |
parent | d7fa8ed4337235511be39699a5295777cc326257 (diff) | |
download | linux-15b8831f87874c21e431ffa3801781690973c384.tar.xz |
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>
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroidu3.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts b/arch/arm/boot/dts/exynos4412-odroidu3.dts index 2bdf899df436..88891ff5f238 100644 --- a/arch/arm/boot/dts/exynos4412-odroidu3.dts +++ b/arch/arm/boot/dts/exynos4412-odroidu3.dts @@ -66,6 +66,11 @@ }; }; +&adc { + vdd-supply = <&ldo10_reg>; + /* Nothing connected to ADC inputs, keep it disabled */ +}; + /* Supply for LAN9730/SMSC95xx */ &buck8_reg { regulator-name = "BUCK8_P3V3"; |