mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
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>
This commit is contained in:
parent
7fdc1d1b02
commit
2c1afbf36c
|
|
@ -53,7 +53,7 @@ struct bcm_db {
|
|||
u8 reserved;
|
||||
};
|
||||
|
||||
#define MAX_PORTS 2
|
||||
#define MAX_PORTS 4
|
||||
|
||||
/**
|
||||
* struct qcom_icc_qosbox - Qualcomm specific QoS config
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user