Commit e653eaed authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: Enable ADC on Odroid HC1

Odroid HC1 uses the exynos5422-odroid-core.dtsi file as a base.  All
other Exynos5422 Odroids use the "common".  The ADC node was defined
only in the latter.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent ec33745b
......@@ -36,6 +36,11 @@ oscclk {
};
};
&adc {
vdd-supply = <&ldo4_reg>;
status = "okay";
};
&bus_wcore {
devfreq-events = <&nocp_mem0_0>, <&nocp_mem0_1>,
<&nocp_mem1_0>, <&nocp_mem1_1>;
......
......@@ -362,11 +362,6 @@ map4 {
};
};
&adc {
vdd-supply = <&ldo4_reg>;
status = "okay";
};
&hdmi {
status = "okay";
ddc = <&i2c_2>;
......
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