diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2014-02-19 12:56:13 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:02 +0900 |
commit | 30a93ca34e51b625f644e72855cc215a4e119e25 (patch) | |
tree | d362ef7be55238082a18d87e23add62f4d725019 /arch | |
parent | 81c989c8cbd64d4393199f9a75c8696d3438e06c (diff) | |
download | linux-3.10-30a93ca34e51b625f644e72855cc215a4e119e25.tar.gz linux-3.10-30a93ca34e51b625f644e72855cc215a4e119e25.tar.bz2 linux-3.10-30a93ca34e51b625f644e72855cc215a4e119e25.zip |
cpufreq: dts: trats2: Remove redundant definitions of cpufreq node
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index 208e15f6ea4..4f2683c9bca 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -282,12 +282,6 @@ }; }; - cpufreq { - freq_table = <1400000 1300000 1200000 1100000 1000000 - 900000 800000 700000 600000 500000 400000 300000 - 200000>; - }; - thermistor-ap@0 { compatible = "ntc,ncp03wb473"; status = "ok"; @@ -1351,7 +1345,7 @@ }; 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>; |