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 <[email protected]> Signed-off-by: Odelu Kukatla <[email protected]> Signed-off-by: Raviteja Laggyshetty <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent 7fdc1d1 commit 2c1afbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)