mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
497f1bcb90
While updating cooling maps, the exynos4412-prime.dtsi was left untouched. This is not a problem with Odroid U3 because it uses its own map with fan (which was updated). However the cooling maps of Odroid X2 rely only on exynos4412-prime.dtsi. Signed-off-by: Markus Reichl <m.reichl@fivetechno.de> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
41 lines
854 B
Plaintext
41 lines
854 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Samsung's Exynos4412 Prime SoC device tree source
|
|
*
|
|
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com
|
|
*/
|
|
|
|
/*
|
|
* Exynos4412 Prime SoC revision supports higher CPU frequencies than
|
|
* non-Prime version. Therefore we need to update OPPs table and
|
|
* thermal maps accordingly.
|
|
*/
|
|
|
|
&cpu0_opp_1500 {
|
|
/delete-property/turbo-mode;
|
|
};
|
|
|
|
&cpu0_opp_table {
|
|
opp-1600000000 {
|
|
opp-hz = /bits/ 64 <1600000000>;
|
|
opp-microvolt = <1350000>;
|
|
clock-latency-ns = <200000>;
|
|
};
|
|
opp-1704000000 {
|
|
opp-hz = /bits/ 64 <1704000000>;
|
|
opp-microvolt = <1350000>;
|
|
clock-latency-ns = <200000>;
|
|
};
|
|
};
|
|
|
|
&cooling_map0 {
|
|
cooling-device = <&cpu0 9 9>, <&cpu1 9 9>,
|
|
<&cpu2 9 9>, <&cpu3 9 9>;
|
|
};
|
|
|
|
&cooling_map1 {
|
|
cooling-device = <&cpu0 15 15>, <&cpu1 15 15>,
|
|
<&cpu2 15 15>, <&cpu3 15 15>;
|
|
};
|