File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
drivers/interconnect/qcom Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -847,6 +847,24 @@ static struct qcom_icc_node qnm_aggre2_noc = {
847
847
.links = { SM8650_SLAVE_SNOC_GEM_NOC_SF },
848
848
};
849
849
850
+ static struct qcom_icc_qosbox qnm_apss_noc_qos = {
851
+ .num_ports = 1 ,
852
+ .port_offsets = { 0x1c000 },
853
+ .prio = 2 ,
854
+ .urg_fwd = 0 ,
855
+ .prio_fwd_disable = 1 ,
856
+ };
857
+
858
+ static struct qcom_icc_node qnm_apss_noc = {
859
+ .name = "qnm_apss_noc" ,
860
+ .id = SM8650_MASTER_APSS_NOC ,
861
+ .channels = 1 ,
862
+ .buswidth = 4 ,
863
+ .qosbox = & qnm_apss_noc_qos ,
864
+ .num_links = 1 ,
865
+ .links = { SM8650_SLAVE_SNOC_GEM_NOC_SF },
866
+ };
867
+
850
868
static struct qcom_icc_node qns_a1noc_snoc = {
851
869
.name = "qns_a1noc_snoc" ,
852
870
.id = SM8650_SLAVE_A1NOC_SNOC ,
@@ -1946,6 +1964,7 @@ static struct qcom_icc_node * const system_noc_nodes[] = {
1946
1964
[MASTER_A1NOC_SNOC ] = & qnm_aggre1_noc ,
1947
1965
[MASTER_A2NOC_SNOC ] = & qnm_aggre2_noc ,
1948
1966
[SLAVE_SNOC_GEM_NOC_SF ] = & qns_gemnoc_sf ,
1967
+ [MASTER_APSS_NOC ] = & qnm_apss_noc ,
1949
1968
};
1950
1969
1951
1970
static const struct qcom_icc_desc sm8650_system_noc = {
Original file line number Diff line number Diff line change 139
139
#define SM8650_SLAVE_USB3_0 127
140
140
#define SM8650_SLAVE_VENUS_CFG 128
141
141
#define SM8650_SLAVE_VSENSE_CTRL_CFG 129
142
+ #define SM8650_MASTER_APSS_NOC 130
142
143
143
144
#endif
You can’t perform that action at this time.
0 commit comments