On 3.02.2025 3:00 PM, Dmitry Baryshkov wrote: > On Mon, 3 Feb 2025 at 15:50, Konrad Dybcio > <konrad.dybcio@xxxxxxxxxxxxxxxx> wrote: >> >> On 2.02.2025 1:16 PM, Dmitry Baryshkov wrote: >>> While adding interconnect support for the QCM2290 platform some of them >>> got the c&p error, rogue MASTER_APPSS_PROC for the config_noc >>> interconnect. Turn that into SLAVE_QUP_0 as expected. >>> >>> Fixes: 5b970ff0193d ("arm64: dts: qcom: qcm2290: Hook up interconnects") >>> Reported-by: Konrad Dybcio <konradybcio@xxxxxxxxxx> >>> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> >>> --- >>> arch/arm64/boot/dts/qcom/qcm2290.dtsi | 16 ++++++++-------- >>> 1 file changed, 8 insertions(+), 8 deletions(-) >>> >>> diff --git a/arch/arm64/boot/dts/qcom/qcm2290.dtsi b/arch/arm64/boot/dts/qcom/qcm2290.dtsi >>> index f0746123e594d5ce5cc314c956eaca11556a9211..6e3e57dd02612f3568f07f1e198028413f463c69 100644 >>> --- a/arch/arm64/boot/dts/qcom/qcm2290.dtsi >>> +++ b/arch/arm64/boot/dts/qcom/qcm2290.dtsi >>> @@ -1073,7 +1073,7 @@ spi0: spi@4a80000 { >>> interconnects = <&qup_virt MASTER_QUP_CORE_0 RPM_ALWAYS_TAG >>> &qup_virt SLAVE_QUP_CORE_0 RPM_ALWAYS_TAG>, >>> <&bimc MASTER_APPSS_PROC RPM_ALWAYS_TAG >>> - &config_noc MASTER_APPSS_PROC RPM_ALWAYS_TAG>; >>> + &config_noc SLAVE_QUP_0 RPM_ALWAYS_TAG>; >> >> Still incorrect, this should be &qup_virt SLAVE_QUP_CORE_0 > > Hmm, why? qup_virt has its own path. I think this one (using CNOC) > matches the usage on other platforms. Oh hmm.. you're right.. very confusingly named.. Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> Konrad