@@ -1473,6 +1473,7 @@ static struct qcom_icc_node qns_mem_noc_sf_cam_ife_2 = {
1473
1473
1474
1474
static struct qcom_icc_bcm bcm_acv = {
1475
1475
.name = "ACV" ,
1476
+ .enable_mask = 0x8 ,
1476
1477
.num_nodes = 1 ,
1477
1478
.nodes = { & ebi },
1478
1479
};
@@ -1485,6 +1486,7 @@ static struct qcom_icc_bcm bcm_ce0 = {
1485
1486
1486
1487
static struct qcom_icc_bcm bcm_cn0 = {
1487
1488
.name = "CN0" ,
1489
+ .enable_mask = 0x1 ,
1488
1490
.keepalive = true,
1489
1491
.num_nodes = 54 ,
1490
1492
.nodes = { & qsm_cfg , & qhs_ahb2phy0 ,
@@ -1524,6 +1526,7 @@ static struct qcom_icc_bcm bcm_cn1 = {
1524
1526
1525
1527
static struct qcom_icc_bcm bcm_co0 = {
1526
1528
.name = "CO0" ,
1529
+ .enable_mask = 0x1 ,
1527
1530
.num_nodes = 2 ,
1528
1531
.nodes = { & qxm_nsp , & qns_nsp_gemnoc },
1529
1532
};
@@ -1549,6 +1552,7 @@ static struct qcom_icc_bcm bcm_mm0 = {
1549
1552
1550
1553
static struct qcom_icc_bcm bcm_mm1 = {
1551
1554
.name = "MM1" ,
1555
+ .enable_mask = 0x1 ,
1552
1556
.num_nodes = 8 ,
1553
1557
.nodes = { & qnm_camnoc_hf , & qnm_camnoc_icp ,
1554
1558
& qnm_camnoc_sf , & qnm_vapss_hcp ,
@@ -1589,6 +1593,7 @@ static struct qcom_icc_bcm bcm_sh0 = {
1589
1593
1590
1594
static struct qcom_icc_bcm bcm_sh1 = {
1591
1595
.name = "SH1" ,
1596
+ .enable_mask = 0x1 ,
1592
1597
.num_nodes = 13 ,
1593
1598
.nodes = { & alm_gpu_tcu , & alm_sys_tcu ,
1594
1599
& chm_apps , & qnm_gpu ,
@@ -1608,6 +1613,7 @@ static struct qcom_icc_bcm bcm_sn0 = {
1608
1613
1609
1614
static struct qcom_icc_bcm bcm_sn1 = {
1610
1615
.name = "SN1" ,
1616
+ .enable_mask = 0x1 ,
1611
1617
.num_nodes = 3 ,
1612
1618
.nodes = { & qhm_gic , & xm_gic ,
1613
1619
& qns_gemnoc_gc },
@@ -1633,6 +1639,7 @@ static struct qcom_icc_bcm bcm_sn7 = {
1633
1639
1634
1640
static struct qcom_icc_bcm bcm_acv_disp = {
1635
1641
.name = "ACV" ,
1642
+ .enable_mask = 0x1 ,
1636
1643
.num_nodes = 1 ,
1637
1644
.nodes = { & ebi_disp },
1638
1645
};
@@ -1657,12 +1664,14 @@ static struct qcom_icc_bcm bcm_sh0_disp = {
1657
1664
1658
1665
static struct qcom_icc_bcm bcm_sh1_disp = {
1659
1666
.name = "SH1" ,
1667
+ .enable_mask = 0x1 ,
1660
1668
.num_nodes = 2 ,
1661
1669
.nodes = { & qnm_mnoc_hf_disp , & qnm_pcie_disp },
1662
1670
};
1663
1671
1664
1672
static struct qcom_icc_bcm bcm_acv_cam_ife_0 = {
1665
1673
.name = "ACV" ,
1674
+ .enable_mask = 0x0 ,
1666
1675
.num_nodes = 1 ,
1667
1676
.nodes = { & ebi_cam_ife_0 },
1668
1677
};
@@ -1681,6 +1690,7 @@ static struct qcom_icc_bcm bcm_mm0_cam_ife_0 = {
1681
1690
1682
1691
static struct qcom_icc_bcm bcm_mm1_cam_ife_0 = {
1683
1692
.name = "MM1" ,
1693
+ .enable_mask = 0x1 ,
1684
1694
.num_nodes = 4 ,
1685
1695
.nodes = { & qnm_camnoc_hf_cam_ife_0 , & qnm_camnoc_icp_cam_ife_0 ,
1686
1696
& qnm_camnoc_sf_cam_ife_0 , & qns_mem_noc_sf_cam_ife_0 },
@@ -1694,13 +1704,15 @@ static struct qcom_icc_bcm bcm_sh0_cam_ife_0 = {
1694
1704
1695
1705
static struct qcom_icc_bcm bcm_sh1_cam_ife_0 = {
1696
1706
.name = "SH1" ,
1707
+ .enable_mask = 0x1 ,
1697
1708
.num_nodes = 3 ,
1698
1709
.nodes = { & qnm_mnoc_hf_cam_ife_0 , & qnm_mnoc_sf_cam_ife_0 ,
1699
1710
& qnm_pcie_cam_ife_0 },
1700
1711
};
1701
1712
1702
1713
static struct qcom_icc_bcm bcm_acv_cam_ife_1 = {
1703
1714
.name = "ACV" ,
1715
+ .enable_mask = 0x0 ,
1704
1716
.num_nodes = 1 ,
1705
1717
.nodes = { & ebi_cam_ife_1 },
1706
1718
};
@@ -1719,6 +1731,7 @@ static struct qcom_icc_bcm bcm_mm0_cam_ife_1 = {
1719
1731
1720
1732
static struct qcom_icc_bcm bcm_mm1_cam_ife_1 = {
1721
1733
.name = "MM1" ,
1734
+ .enable_mask = 0x1 ,
1722
1735
.num_nodes = 4 ,
1723
1736
.nodes = { & qnm_camnoc_hf_cam_ife_1 , & qnm_camnoc_icp_cam_ife_1 ,
1724
1737
& qnm_camnoc_sf_cam_ife_1 , & qns_mem_noc_sf_cam_ife_1 },
@@ -1732,13 +1745,15 @@ static struct qcom_icc_bcm bcm_sh0_cam_ife_1 = {
1732
1745
1733
1746
static struct qcom_icc_bcm bcm_sh1_cam_ife_1 = {
1734
1747
.name = "SH1" ,
1748
+ .enable_mask = 0x1 ,
1735
1749
.num_nodes = 3 ,
1736
1750
.nodes = { & qnm_mnoc_hf_cam_ife_1 , & qnm_mnoc_sf_cam_ife_1 ,
1737
1751
& qnm_pcie_cam_ife_1 },
1738
1752
};
1739
1753
1740
1754
static struct qcom_icc_bcm bcm_acv_cam_ife_2 = {
1741
1755
.name = "ACV" ,
1756
+ .enable_mask = 0x0 ,
1742
1757
.num_nodes = 1 ,
1743
1758
.nodes = { & ebi_cam_ife_2 },
1744
1759
};
@@ -1757,6 +1772,7 @@ static struct qcom_icc_bcm bcm_mm0_cam_ife_2 = {
1757
1772
1758
1773
static struct qcom_icc_bcm bcm_mm1_cam_ife_2 = {
1759
1774
.name = "MM1" ,
1775
+ .enable_mask = 0x1 ,
1760
1776
.num_nodes = 4 ,
1761
1777
.nodes = { & qnm_camnoc_hf_cam_ife_2 , & qnm_camnoc_icp_cam_ife_2 ,
1762
1778
& qnm_camnoc_sf_cam_ife_2 , & qns_mem_noc_sf_cam_ife_2 },
@@ -1770,6 +1786,7 @@ static struct qcom_icc_bcm bcm_sh0_cam_ife_2 = {
1770
1786
1771
1787
static struct qcom_icc_bcm bcm_sh1_cam_ife_2 = {
1772
1788
.name = "SH1" ,
1789
+ .enable_mask = 0x1 ,
1773
1790
.num_nodes = 3 ,
1774
1791
.nodes = { & qnm_mnoc_hf_cam_ife_2 , & qnm_mnoc_sf_cam_ife_2 ,
1775
1792
& qnm_pcie_cam_ife_2 },
0 commit comments