]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blob - arch/arm64/boot/dts/tegra210-platforms/tegra210-jetson-cpufreq.dtsi
arm64: dts: t210: update jetson cpu-emc table
[sojka/nv-tegra/linux-3.10.git] / arch / arm64 / boot / dts / tegra210-platforms / tegra210-jetson-cpufreq.dtsi
1 /*
2  * Copyright (c) 2015 NVIDIA CORPORATION. All rights reserved.
3  *
4  * This software is licensed under the terms of the GNU General Public
5  * License version 2, as published by the Free Software Foundation, and
6  * may be copied, distributed, and modified under those terms.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  *
13  */
14
15 / {
16         cpufreq {
17                 compatible = "nvidia,tegra210-cpufreq";
18                 emc-scaling-data {
19                         emc-cpu-limit-table = <
20                                 /* CPU    EMC */
21                                 102000  68000
22                                 204800  102000
23                                 307200  204000
24                                 403000  408000
25                                 714000  665600
26                                 1122000 800000
27                                 1224000 1056000
28                                 1428000 1331200
29                                 1632000 1600000
30                         >;
31                 };
32         };
33 };