ARM: dts: exynos: Document regulator used by ADC on Odroid U3
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 12 Feb 2019 17:46:38 +0000 (18:46 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Mar 2019 18:46:47 +0000 (19:46 +0100)
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>
arch/arm/boot/dts/exynos4412-odroidu3.dts

index 2bdf899..88891ff 100644 (file)
        };
 };
 
+&adc {
+       vdd-supply = <&ldo10_reg>;
+       /* Nothing connected to ADC inputs, keep it disabled */
+};
+
 /* Supply for LAN9730/SMSC95xx */
 &buck8_reg {
        regulator-name = "BUCK8_P3V3";