File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ config MACH_MT2701
15
15
bool "MediaTek MT2701 SoCs support"
16
16
default ARCH_MEDIATEK
17
17
18
+ config MACH_MT6572
19
+ bool "MediaTek MT6572 SoCs support"
20
+ default ARCH_MEDIATEK
21
+
18
22
config MACH_MT6589
19
23
bool "MediaTek MT6589 SoCs support"
20
24
default ARCH_MEDIATEK
Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ static const struct mtk_smp_boot_info mtk_mt8135_tz_boot = {
29
29
{ 0x3f8 , 0x3f8 , 0x3f8 },
30
30
};
31
31
32
+ static const struct mtk_smp_boot_info mtk_mt6572_boot = {
33
+ 0x10001400 , 0x08 ,
34
+ { 0x534c4131 },
35
+ { 0x0c },
36
+ };
37
+
32
38
static const struct mtk_smp_boot_info mtk_mt6589_boot = {
33
39
0x10002000 , 0x34 ,
34
40
{ 0x534c4131 , 0x4c415332 , 0x41534c33 },
@@ -49,6 +55,7 @@ static const struct of_device_id mtk_tz_smp_boot_infos[] __initconst = {
49
55
};
50
56
51
57
static const struct of_device_id mtk_smp_boot_infos [] __initconst = {
58
+ { .compatible = "mediatek,mt6572" , .data = & mtk_mt6572_boot },
52
59
{ .compatible = "mediatek,mt6589" , .data = & mtk_mt6589_boot },
53
60
{ .compatible = "mediatek,mt7623" , .data = & mtk_mt7623_boot },
54
61
{ .compatible = "mediatek,mt7629" , .data = & mtk_mt7623_boot },
You can’t perform that action at this time.
0 commit comments