Commit e653eaed authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>;
+0 −5
Original line number Diff line number Diff line
@@ -362,11 +362,6 @@
	};
};

&adc {
	vdd-supply = <&ldo4_reg>;
	status = "okay";
};

&hdmi {
	status = "okay";
	ddc = <&i2c_2>;