hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2022 Rockchip Electronics Co., Ltd.
 *
 */
 
#include "rk3588.dtsi"
 
&cluster0_opp_table {
   /*
    * The Max frequency is 1296MHz in default normal mode.
    * The Max frequency is 1704MHz in overdrive mode,
    * but under the overdrive mode for a long time,
    * the chipset may shorten the lifetime,
    * especially in high temperature condition.
    */
   /delete-node/ opp-j-m-1416000000;
   /delete-node/ opp-j-m-1608000000;
   /delete-node/ opp-j-m-1704000000;
};
 
&cluster1_opp_table {
   /*
    * The Max frequency is 1608MHz in default normal mode.
    * The Max frequency is 2016MHz in overdrive mode,
    * but under the overdrive mode for a long time,
    * the chipset may shorten the lifetime,
    * especially in high temperature condition.
    */
   /delete-node/ opp-j-m-1800000000;
   /delete-node/ opp-j-m-2016000000;
};
 
&cluster2_opp_table {
   /*
    * The Max frequency is 1608MHz in default normal mode.
    * The Max frequency is 2016MHz in overdrive mode,
    * but under the overdrive mode for a long time,
    * the chipset may shorten the lifetime,
    * especially in high temperature condition.
    */
   /delete-node/ opp-j-m-1800000000;
   /delete-node/ opp-j-m-2016000000;
};
 
&gpu_opp_table {
   /*
    * The Max frequency is 700MHz in default normal mode.
    * The Max frequency is 850MHz in overdrive mode,
    * but under the overdrive mode for a long time,
    * the chipset may shorten the lifetime,
    * especially in high temperature condition.
    */
   /delete-node/ opp-j-850000000;
};
 
&npu_opp_table {
   /*
    * The Max frequency is 800MHz in default normal mode.
    * The Max frequency is 950MHz in overdrive mode,
    * but under the overdrive mode for a long time,
    * the chipset may shorten the lifetime,
    * especially in high temperature condition.
    */
   /delete-node/ opp-j-m-950000000;
};