On Tue, Aug 13, 2024 at 10:47:54AM GMT, Tengfei Fan wrote: > Add driver for the Qualcomm interconnect buses found in SM4450 based > platforms. The topology consists of several NoCs that are controlled > by a remote processor that collects the aggregated bandwidth for each > master-slave pairs. > > Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx> > --- > drivers/interconnect/qcom/Kconfig | 9 + > drivers/interconnect/qcom/Makefile | 2 + > drivers/interconnect/qcom/sm4450.c | 1722 ++++++++++++++++++++++++++++++++++++ > drivers/interconnect/qcom/sm4450.h | 152 ++++ > 4 files changed, 1885 insertions(+) [skipped] > +#define SM4450_SLAVE_TCU 591 > +#define SM4450_MASTER_LLCC_DISP 1000 > +#define SM4450_MASTER_MDP_DISP 1001 > +#define SM4450_MASTER_MNOC_HF_MEM_NOC_DISP 1002 > +#define SM4450_MASTER_ANOC_PCIE_GEM_NOC_DISP 1003 > +#define SM4450_SLAVE_EBI1_DISP 1512 > +#define SM4450_SLAVE_LLCC_DISP 1513 > +#define SM4450_SLAVE_MNOC_HF_MEM_NOC_DISP 1514 Please drop _DISP defines > + > +#endif > > -- > 2.25.1 > -- With best wishes Dmitry