File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
arch/arm64/boot/dts/mediatek Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 20
20
#address-cells = <2>;
21
21
#size-cells = <2>;
22
22
23
+ psci {
24
+ compatible = "arm,psci-0.2";
25
+ method = "smc";
26
+ };
27
+
23
28
cpus {
24
29
#address-cells = <1>;
25
30
#size-cells = <0>;
26
31
27
32
cpu0: cpu@0 {
28
33
device_type = "cpu";
29
34
compatible = "arm,cortex-a53";
35
+ enable-method = "psci";
30
36
reg = <0x000>;
31
37
};
32
38
33
39
cpu1: cpu@1 {
34
40
device_type = "cpu";
35
41
compatible = "arm,cortex-a53";
42
+ enable-method = "psci";
36
43
reg = <0x001>;
37
44
};
38
45
39
46
cpu2: cpu@2 {
40
47
device_type = "cpu";
41
48
compatible = "arm,cortex-a53";
49
+ enable-method = "psci";
42
50
reg = <0x002>;
43
51
};
44
52
45
53
cpu3: cpu@3 {
46
54
device_type = "cpu";
47
55
compatible = "arm,cortex-a53";
56
+ enable-method = "psci";
48
57
reg = <0x003>;
49
58
};
50
59
51
60
cpu4: cpu@100 {
52
61
device_type = "cpu";
53
62
compatible = "arm,cortex-a53";
63
+ enable-method = "psci";
54
64
reg = <0x100>;
55
65
};
56
66
57
67
cpu5: cpu@101 {
58
68
device_type = "cpu";
59
69
compatible = "arm,cortex-a53";
70
+ enable-method = "psci";
60
71
reg = <0x101>;
61
72
};
62
73
63
74
cpu6: cpu@102 {
64
75
device_type = "cpu";
65
76
compatible = "arm,cortex-a53";
77
+ enable-method = "psci";
66
78
reg = <0x102>;
67
79
};
68
80
69
81
cpu7: cpu@103 {
70
82
device_type = "cpu";
71
83
compatible = "arm,cortex-a53";
84
+ enable-method = "psci";
72
85
reg = <0x103>;
73
86
};
74
87
};
You can’t perform that action at this time.
0 commit comments