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: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-02-09 00:05:57 +01:00
parent ec33745bcc
commit e653eaed97
2 changed files with 5 additions and 5 deletions

View File

@ -36,6 +36,11 @@
};
};
&adc {
vdd-supply = <&ldo4_reg>;
status = "okay";
};
&bus_wcore {
devfreq-events = <&nocp_mem0_0>, <&nocp_mem0_1>,
<&nocp_mem1_0>, <&nocp_mem1_1>;

View File

@ -362,11 +362,6 @@
};
};
&adc {
vdd-supply = <&ldo4_reg>;
status = "okay";
};
&hdmi {
status = "okay";
ddc = <&i2c_2>;