ARM: dts: exynos: Add sysreg phandle to ADC node
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / exynos5250.dtsi
index 492e1eff37bd96dd652caf976bdfb88c7c9f9d34..8d575f24fe60c993c793daf6f51b495759cac5a8 100644 (file)
 
        adc: adc@12D10000 {
                compatible = "samsung,exynos-adc-v1";
-               reg = <0x12D10000 0x100>, <0x10040718 0x4>;
+               reg = <0x12D10000 0x100>;
                interrupts = <0 106 0>;
                clocks = <&clock CLK_ADC>;
                clock-names = "adc";
                #io-channel-cells = <1>;
                io-channel-ranges;
+               samsung,syscon-phandle = <&pmu_system_controller>;
                status = "disabled";
        };