[PATCH v4 2/3] interconnect: qcom: Add SM4450 interconnect provider driver

Dmitry Baryshkov dmitry.baryshkov at linaro.org
Wed Aug 28 13:38:40 PDT 2024


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 at quicinc.com>
> ---
>  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



More information about the linux-arm-kernel mailing list