ARM: dts: exynos: Enable ADC on Odroid HC1
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 8 Feb 2019 23:05:57 +0000 (00:05 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Feb 2019 17:39:47 +0000 (18:39 +0100)
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>
arch/arm/boot/dts/exynos5422-odroid-core.dtsi
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

index bf09eab90f8a706d01a280807032307a67471203..9b0bccb77be5d18c4d83deb8281854af65565c96 100644 (file)
        };
 };
 
+&adc {
+       vdd-supply = <&ldo4_reg>;
+       status = "okay";
+};
+
 &bus_wcore {
        devfreq-events = <&nocp_mem0_0>, <&nocp_mem0_1>,
                        <&nocp_mem1_0>, <&nocp_mem1_1>;
index b299e541cac079fc317e54f33c47ab4be13331eb..5f195ad7e4676205fef8aa00827031cc19121ebb 100644 (file)
        };
 };
 
-&adc {
-       vdd-supply = <&ldo4_reg>;
-       status = "okay";
-};
-
 &hdmi {
        status = "okay";
        ddc = <&i2c_2>;