@@ -1337,6 +1337,7 @@ static struct qcom_icc_node qns_mem_noc_sf_disp = {
1337
1337
1338
1338
static struct qcom_icc_bcm bcm_acv = {
1339
1339
.name = "ACV" ,
1340
+ .enable_mask = 0x8 ,
1340
1341
.num_nodes = 1 ,
1341
1342
.nodes = { & ebi },
1342
1343
};
@@ -1349,6 +1350,7 @@ static struct qcom_icc_bcm bcm_ce0 = {
1349
1350
1350
1351
static struct qcom_icc_bcm bcm_cn0 = {
1351
1352
.name = "CN0" ,
1353
+ .enable_mask = 0x1 ,
1352
1354
.keepalive = true,
1353
1355
.num_nodes = 55 ,
1354
1356
.nodes = { & qnm_gemnoc_cnoc , & qnm_gemnoc_pcie ,
@@ -1383,6 +1385,7 @@ static struct qcom_icc_bcm bcm_cn0 = {
1383
1385
1384
1386
static struct qcom_icc_bcm bcm_co0 = {
1385
1387
.name = "CO0" ,
1388
+ .enable_mask = 0x1 ,
1386
1389
.num_nodes = 2 ,
1387
1390
.nodes = { & qxm_nsp , & qns_nsp_gemnoc },
1388
1391
};
@@ -1403,6 +1406,7 @@ static struct qcom_icc_bcm bcm_mm0 = {
1403
1406
1404
1407
static struct qcom_icc_bcm bcm_mm1 = {
1405
1408
.name = "MM1" ,
1409
+ .enable_mask = 0x1 ,
1406
1410
.num_nodes = 12 ,
1407
1411
.nodes = { & qnm_camnoc_hf , & qnm_camnoc_icp ,
1408
1412
& qnm_camnoc_sf , & qnm_mdp ,
@@ -1445,6 +1449,7 @@ static struct qcom_icc_bcm bcm_sh0 = {
1445
1449
1446
1450
static struct qcom_icc_bcm bcm_sh1 = {
1447
1451
.name = "SH1" ,
1452
+ .enable_mask = 0x1 ,
1448
1453
.num_nodes = 7 ,
1449
1454
.nodes = { & alm_gpu_tcu , & alm_sys_tcu ,
1450
1455
& qnm_nsp_gemnoc , & qnm_pcie ,
@@ -1461,6 +1466,7 @@ static struct qcom_icc_bcm bcm_sn0 = {
1461
1466
1462
1467
static struct qcom_icc_bcm bcm_sn1 = {
1463
1468
.name = "SN1" ,
1469
+ .enable_mask = 0x1 ,
1464
1470
.num_nodes = 4 ,
1465
1471
.nodes = { & qhm_gic , & qxm_pimem ,
1466
1472
& xm_gic , & qns_gemnoc_gc },
@@ -1492,6 +1498,7 @@ static struct qcom_icc_bcm bcm_sn7 = {
1492
1498
1493
1499
static struct qcom_icc_bcm bcm_acv_disp = {
1494
1500
.name = "ACV" ,
1501
+ .enable_mask = 0x1 ,
1495
1502
.num_nodes = 1 ,
1496
1503
.nodes = { & ebi_disp },
1497
1504
};
@@ -1510,6 +1517,7 @@ static struct qcom_icc_bcm bcm_mm0_disp = {
1510
1517
1511
1518
static struct qcom_icc_bcm bcm_mm1_disp = {
1512
1519
.name = "MM1" ,
1520
+ .enable_mask = 0x1 ,
1513
1521
.num_nodes = 3 ,
1514
1522
.nodes = { & qnm_mdp_disp , & qnm_rot_disp ,
1515
1523
& qns_mem_noc_sf_disp },
@@ -1523,6 +1531,7 @@ static struct qcom_icc_bcm bcm_sh0_disp = {
1523
1531
1524
1532
static struct qcom_icc_bcm bcm_sh1_disp = {
1525
1533
.name = "SH1" ,
1534
+ .enable_mask = 0x1 ,
1526
1535
.num_nodes = 1 ,
1527
1536
.nodes = { & qnm_pcie_disp },
1528
1537
};
0 commit comments