]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
Revert "arm64: dts: t210: update jetson cpu-emc table"
authorEmad Mir <emir@nvidia.com>
Wed, 16 Dec 2015 23:56:33 +0000 (15:56 -0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 17 Dec 2015 18:01:32 +0000 (10:01 -0800)
This reverts commit 126292a1aa1b602ede9b5a4484a3a6f129409b96.

Change-Id: I6b0ab54fcbb4caf4a9f2ea34e4ea76ac29461ff4
Reviewed-on: http://git-master/r/923871
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
arch/arm64/boot/dts/tegra210-jetson-cv-base-p2597-2180-a00.dts
arch/arm64/boot/dts/tegra210-jetson-e-base-p2595-0000-a00.dts
arch/arm64/boot/dts/tegra210-platforms/tegra210-jetson-cpufreq.dtsi [deleted file]

index dc3f549064126a0e7082a50935f25293ce7ed85f..419048d3a9317760252596d9ca565834577107df 100644 (file)
@@ -43,7 +43,6 @@
 #include "tegra210-platforms/tegra210-thermal-Tboard-Tdiode.dtsi"
 #include "tegra210-platforms/tegra210-jetson-cv-powermon-p2180-1000-a00.dtsi"
 #include "tegra210-plugin-manager/tegra210-jetson-cv-p2180-1000-a03-plugin-manager.dtsi"
-#include "tegra210-platforms/tegra210-jetson-cpufreq.dtsi"
 
 
 / {
index baf1369f7f67ab6167208aab9daa5d1903125524..e60432ba586815807a612264be03c7c160fbf1c1 100644 (file)
@@ -46,7 +46,6 @@
 #include "tegra210-platforms/tegra210-thermal-Tboard-Tdiode.dtsi"
 #include "tegra210-platforms/tegra210-jetson-e-powermon-p2530-0930-e03.dtsi"
 #include "tegra210-platforms/tegra210-therm-est.dtsi"
-#include "tegra210-platforms/tegra210-jetson-cpufreq.dtsi"
 
 
 / {
diff --git a/arch/arm64/boot/dts/tegra210-platforms/tegra210-jetson-cpufreq.dtsi b/arch/arm64/boot/dts/tegra210-platforms/tegra210-jetson-cpufreq.dtsi
deleted file mode 100644 (file)
index 4b09847..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Copyright (c) 2015 NVIDIA CORPORATION. All rights reserved.
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- */
-
-/ {
-        cpufreq {
-               compatible = "nvidia,tegra210-cpufreq";
-               emc-scaling-data {
-                       emc-cpu-limit-table = <
-                               /* CPU    EMC */
-                               102000  68000
-                               204800  102000
-                               307200  204000
-                               403000  408000
-                               714000  665600
-                               1122000 800000
-                               1224000 1056000
-                               1428000 1331200
-                               1632000 1600000
-                       >;
-               };
-       };
-};