Re: [PATCH 2/2] interconnect: qcom: add QCS8300 interconnect provider driver
From: Konrad Dybcio
Date: Thu Aug 29 2024 - 15:56:57 EST
On 27.08.2024 5:16 PM, Raviteja Laggyshetty wrote:
> Add driver for the Qualcomm interconnect buses found in QCS8300
> 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: Raviteja Laggyshetty <quic_rlaggysh@xxxxxxxxxxx>
> ---
[...]
> +static struct qcom_icc_bcm *dc_noc_bcms[] = {
> +};
Please drop such empty nodes
Konrad