File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
arch/arm/boot/dts/rockchip Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 48
48
device_type = "cpu";
49
49
compatible = "arm,cortex-a7";
50
50
reg = <0xf00>;
51
- clock-latency = <40000>;
52
51
clocks = <&cru ARMCLK>;
53
52
resets = <&cru SRST_CORE0>;
54
53
operating-points-v2 = <&cpu_opp_table>;
87
86
opp-216000000 {
88
87
opp-hz = /bits/ 64 <216000000>;
89
88
opp-microvolt = <950000 950000 1325000>;
89
+ clock-latency-ns = <40000>;
90
90
};
91
91
opp-408000000 {
92
92
opp-hz = /bits/ 64 <408000000>;
93
93
opp-microvolt = <950000 950000 1325000>;
94
+ clock-latency-ns = <40000>;
94
95
};
95
96
opp-600000000 {
96
97
opp-hz = /bits/ 64 <600000000>;
97
98
opp-microvolt = <950000 950000 1325000>;
99
+ clock-latency-ns = <40000>;
98
100
};
99
101
opp-696000000 {
100
102
opp-hz = /bits/ 64 <696000000>;
101
103
opp-microvolt = <975000 975000 1325000>;
104
+ clock-latency-ns = <40000>;
102
105
};
103
106
opp-816000000 {
104
107
opp-hz = /bits/ 64 <816000000>;
105
108
opp-microvolt = <1075000 1075000 1325000>;
106
109
opp-suspend;
110
+ clock-latency-ns = <40000>;
107
111
};
108
112
opp-1008000000 {
109
113
opp-hz = /bits/ 64 <1008000000>;
110
114
opp-microvolt = <1200000 1200000 1325000>;
115
+ clock-latency-ns = <40000>;
111
116
};
112
117
opp-1200000000 {
113
118
opp-hz = /bits/ 64 <1200000000>;
114
119
opp-microvolt = <1325000 1325000 1325000>;
120
+ clock-latency-ns = <40000>;
115
121
};
116
122
};
117
123
Original file line number Diff line number Diff line change 23
23
compatible = "arm,cortex-a9";
24
24
next-level-cache = <&L2>;
25
25
reg = <0x0>;
26
- clock-latency = <40000>;
27
26
clocks = <&cru ARMCLK>;
28
27
operating-points-v2 = <&cpu0_opp_table>;
29
28
resets = <&cru SRST_CORE0>;
Original file line number Diff line number Diff line change 36
36
resets = <&cru SRST_CORE0>;
37
37
operating-points-v2 = <&cpu0_opp_table>;
38
38
#cooling-cells = <2>; /* min followed by max */
39
- clock-latency = <40000>;
40
39
clocks = <&cru ARMCLK>;
41
40
enable-method = "psci";
42
41
};
Original file line number Diff line number Diff line change 70
70
resets = <&cru SRST_CORE0>;
71
71
operating-points-v2 = <&cpu_opp_table>;
72
72
#cooling-cells = <2>; /* min followed by max */
73
- clock-latency = <40000>;
74
73
clocks = <&cru ARMCLK>;
75
74
dynamic-power-coefficient = <370>;
76
75
};
81
80
resets = <&cru SRST_CORE1>;
82
81
operating-points-v2 = <&cpu_opp_table>;
83
82
#cooling-cells = <2>; /* min followed by max */
84
- clock-latency = <40000>;
85
83
clocks = <&cru ARMCLK>;
86
84
dynamic-power-coefficient = <370>;
87
85
};
92
90
resets = <&cru SRST_CORE2>;
93
91
operating-points-v2 = <&cpu_opp_table>;
94
92
#cooling-cells = <2>; /* min followed by max */
95
- clock-latency = <40000>;
96
93
clocks = <&cru ARMCLK>;
97
94
dynamic-power-coefficient = <370>;
98
95
};
103
100
resets = <&cru SRST_CORE3>;
104
101
operating-points-v2 = <&cpu_opp_table>;
105
102
#cooling-cells = <2>; /* min followed by max */
106
- clock-latency = <40000>;
107
103
clocks = <&cru ARMCLK>;
108
104
dynamic-power-coefficient = <370>;
109
105
};
116
112
opp-126000000 {
117
113
opp-hz = /bits/ 64 <126000000>;
118
114
opp-microvolt = <900000>;
115
+ clock-latency-ns = <40000>;
119
116
};
120
117
opp-216000000 {
121
118
opp-hz = /bits/ 64 <216000000>;
Original file line number Diff line number Diff line change 32
32
device_type = "cpu";
33
33
compatible = "arm,cortex-a7";
34
34
reg = <0xf00>;
35
- clock-latency = <40000>;
36
35
clocks = <&cru ARMCLK>;
37
36
#cooling-cells = <2>; /* min followed by max */
38
37
dynamic-power-coefficient = <75>;
You can’t perform that action at this time.
0 commit comments