Skip to content

Commit 2c1afbf

Browse files
rlaggyshGeorgi Djakov
authored andcommitted
interconnect: qcom: icc-rpmh: increase MAX_PORTS to support four QoS ports
Update the MAX_PORTS value to 4 to program four QoS ports available on the Glymur SoC's interconnect master node. Co-developed-by: Odelu Kukatla <odelu.kukatla@oss.qualcomm.com> Signed-off-by: Odelu Kukatla <odelu.kukatla@oss.qualcomm.com> Signed-off-by: Raviteja Laggyshetty <raviteja.laggyshetty@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250814-glymur-icc-v2-2-596cca6b6015@oss.qualcomm.com Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 7fdc1d1 commit 2c1afbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/interconnect/qcom/icc-rpmh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct bcm_db {
5353
u8 reserved;
5454
};
5555

56-
#define MAX_PORTS 2
56+
#define MAX_PORTS 4
5757

5858
/**
5959
* struct qcom_icc_qosbox - Qualcomm specific QoS config

0 commit comments

Comments
 (0)