|
66 | 66 |
|
67 | 67 | CPU0: cpu@0 {
|
68 | 68 | device_type = "cpu";
|
69 |
| - compatible = "qcom,kryo"; |
| 69 | + compatible = "arm,cortex-a510"; |
70 | 70 | reg = <0 0>;
|
71 | 71 | enable-method = "psci";
|
72 | 72 | next-level-cache = <&L2_0>;
|
|
89 | 89 |
|
90 | 90 | CPU1: cpu@100 {
|
91 | 91 | device_type = "cpu";
|
92 |
| - compatible = "qcom,kryo"; |
| 92 | + compatible = "arm,cortex-a510"; |
93 | 93 | reg = <0 0x100>;
|
94 | 94 | enable-method = "psci";
|
95 | 95 | next-level-cache = <&L2_100>;
|
|
108 | 108 |
|
109 | 109 | CPU2: cpu@200 {
|
110 | 110 | device_type = "cpu";
|
111 |
| - compatible = "qcom,kryo"; |
| 111 | + compatible = "arm,cortex-a510"; |
112 | 112 | reg = <0 0x200>;
|
113 | 113 | enable-method = "psci";
|
114 | 114 | next-level-cache = <&L2_200>;
|
|
127 | 127 |
|
128 | 128 | CPU3: cpu@300 {
|
129 | 129 | device_type = "cpu";
|
130 |
| - compatible = "qcom,kryo"; |
| 130 | + compatible = "arm,cortex-a715"; |
131 | 131 | reg = <0 0x300>;
|
132 | 132 | enable-method = "psci";
|
133 | 133 | next-level-cache = <&L2_300>;
|
|
146 | 146 |
|
147 | 147 | CPU4: cpu@400 {
|
148 | 148 | device_type = "cpu";
|
149 |
| - compatible = "qcom,kryo"; |
| 149 | + compatible = "arm,cortex-a715"; |
150 | 150 | reg = <0 0x400>;
|
151 | 151 | enable-method = "psci";
|
152 | 152 | next-level-cache = <&L2_400>;
|
|
165 | 165 |
|
166 | 166 | CPU5: cpu@500 {
|
167 | 167 | device_type = "cpu";
|
168 |
| - compatible = "qcom,kryo"; |
| 168 | + compatible = "arm,cortex-a710"; |
169 | 169 | reg = <0 0x500>;
|
170 | 170 | enable-method = "psci";
|
171 | 171 | next-level-cache = <&L2_500>;
|
|
184 | 184 |
|
185 | 185 | CPU6: cpu@600 {
|
186 | 186 | device_type = "cpu";
|
187 |
| - compatible = "qcom,kryo"; |
| 187 | + compatible = "arm,cortex-a710"; |
188 | 188 | reg = <0 0x600>;
|
189 | 189 | enable-method = "psci";
|
190 | 190 | next-level-cache = <&L2_600>;
|
|
203 | 203 |
|
204 | 204 | CPU7: cpu@700 {
|
205 | 205 | device_type = "cpu";
|
206 |
| - compatible = "qcom,kryo"; |
| 206 | + compatible = "arm,cortex-x3"; |
207 | 207 | reg = <0 0x700>;
|
208 | 208 | enable-method = "psci";
|
209 | 209 | next-level-cache = <&L2_700>;
|
|
0 commit comments