Skip to content

Commit ab39aab

Browse files
committed
Merge tag 'v4.2-next-arm64-2' of https://github.com/mbgg/linux-mediatek into next/arm64
Add SMP support for mt6795 SoC. * tag 'v4.2-next-arm64-2' of https://github.com/mbgg/linux-mediatek: ARM64: dts: mt6795: enable basic SMP bringup for MT6795 Signed-off-by: Olof Johansson <[email protected]>
2 parents bcfff4d + b6e1f7f commit ab39aab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm64/boot/dts/mediatek/mt6795.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,55 +20,68 @@
2020
#address-cells = <2>;
2121
#size-cells = <2>;
2222

23+
psci {
24+
compatible = "arm,psci-0.2";
25+
method = "smc";
26+
};
27+
2328
cpus {
2429
#address-cells = <1>;
2530
#size-cells = <0>;
2631

2732
cpu0: cpu@0 {
2833
device_type = "cpu";
2934
compatible = "arm,cortex-a53";
35+
enable-method = "psci";
3036
reg = <0x000>;
3137
};
3238

3339
cpu1: cpu@1 {
3440
device_type = "cpu";
3541
compatible = "arm,cortex-a53";
42+
enable-method = "psci";
3643
reg = <0x001>;
3744
};
3845

3946
cpu2: cpu@2 {
4047
device_type = "cpu";
4148
compatible = "arm,cortex-a53";
49+
enable-method = "psci";
4250
reg = <0x002>;
4351
};
4452

4553
cpu3: cpu@3 {
4654
device_type = "cpu";
4755
compatible = "arm,cortex-a53";
56+
enable-method = "psci";
4857
reg = <0x003>;
4958
};
5059

5160
cpu4: cpu@100 {
5261
device_type = "cpu";
5362
compatible = "arm,cortex-a53";
63+
enable-method = "psci";
5464
reg = <0x100>;
5565
};
5666

5767
cpu5: cpu@101 {
5868
device_type = "cpu";
5969
compatible = "arm,cortex-a53";
70+
enable-method = "psci";
6071
reg = <0x101>;
6172
};
6273

6374
cpu6: cpu@102 {
6475
device_type = "cpu";
6576
compatible = "arm,cortex-a53";
77+
enable-method = "psci";
6678
reg = <0x102>;
6779
};
6880

6981
cpu7: cpu@103 {
7082
device_type = "cpu";
7183
compatible = "arm,cortex-a53";
84+
enable-method = "psci";
7285
reg = <0x103>;
7386
};
7487
};

0 commit comments

Comments
 (0)