cpufreq: dts: trats2: Remove redundant definitions of cpufreq node
authorLukasz Majewski <l.majewski@samsung.com>
Wed, 19 Feb 2014 11:56:13 +0000 (12:56 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:02 +0000 (11:47 +0900)
After the dts cleanup the cpufreq nodes were duplicated for trats2.
As a result the trats2 had freq_table definition corresponding to
SLP_PQ (Proxima PQ) target.

Change-Id: I63a7f627c448caa163df5e915b91cd0979da468e
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
arch/arm/boot/dts/exynos4412-trats2.dts

index 208e15f..4f2683c 100644 (file)
                };
        };
 
-       cpufreq {
-               freq_table = <1400000 1300000 1200000 1100000 1000000
-                            900000 800000 700000 600000 500000 400000 300000
-                            200000>;
-       };
-
        thermistor-ap@0 {
                compatible = "ntc,ncp03wb473";
                status = "ok";
        };
 
        cpufreq {
-               freq_table = <0xFFFFFFFF 0xFFFFFFFF 0xFFFFFFFF 1100000 1000000
+               freq_table = <1400000 1300000 1200000 1100000 1000000
                             900000 800000 700000 600000 500000 400000 300000
                             200000>;
                vdd_arm-supply = <&buck2_reg>;