Commit 15b8831f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent d7fa8ed4
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment