Re: [PATCH 2/2] interconnect: qcom: add QCS8300 interconnect provider driver
From: Raviteja Laggyshetty
Date: Wed Sep 04 2024 - 00:24:04 EST
On 8/30/2024 1:19 AM, Konrad Dybcio wrote:
> 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
Thanks Konrad!
Sure,I will remove all the empty nodes in next patch revision.
>
> Konrad