@@ -1388,7 +1388,7 @@ static const struct mtk_scp_sizes_data default_scp_sizes = {
1388
1388
};
1389
1389
1390
1390
static const struct mtk_scp_sizes_data mt8188_scp_sizes = {
1391
- .max_dram_size = 0x500000 ,
1391
+ .max_dram_size = 0x800000 ,
1392
1392
.ipi_share_buffer_size = 600 ,
1393
1393
};
1394
1394
@@ -1397,6 +1397,11 @@ static const struct mtk_scp_sizes_data mt8188_scp_c1_sizes = {
1397
1397
.ipi_share_buffer_size = 600 ,
1398
1398
};
1399
1399
1400
+ static const struct mtk_scp_sizes_data mt8195_scp_sizes = {
1401
+ .max_dram_size = 0x800000 ,
1402
+ .ipi_share_buffer_size = 288 ,
1403
+ };
1404
+
1400
1405
static const struct mtk_scp_of_data mt8183_of_data = {
1401
1406
.scp_clk_get = mt8183_scp_clk_get ,
1402
1407
.scp_before_load = mt8183_scp_before_load ,
@@ -1474,7 +1479,7 @@ static const struct mtk_scp_of_data mt8195_of_data = {
1474
1479
.scp_da_to_va = mt8192_scp_da_to_va ,
1475
1480
.host_to_scp_reg = MT8192_GIPC_IN_SET ,
1476
1481
.host_to_scp_int_bit = MT8192_HOST_IPC_INT_BIT ,
1477
- .scp_sizes = & default_scp_sizes ,
1482
+ .scp_sizes = & mt8195_scp_sizes ,
1478
1483
};
1479
1484
1480
1485
static const struct mtk_scp_of_data mt8195_of_data_c1 = {
0 commit comments