2022-11-07 22:18:08

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the qcom tree

Hi all,

After merging the qcom tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

arch/arm/boot/dts/qcom-msm8226.dtsi:302.21-327.5: ERROR (phandle_references): /soc/cci@fda0c000: Reference to non-existent node or label "mmcc"

Caused by commit

4ab2f41b0850 ("ARM: dts: qcom: msm8226: Add CCI bus")

I have used the qcom tree from next-20221107 for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-11-07 22:39:32

by Matti Lehtimäki

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the qcom tree

Hi,

This happened because one of the dts patches in the patch series which
contained "ARM: dts: qcom: msm8226: Add CCI bus" was not applied when
the other two dts patches were applied qcom tree. The patch number 1
"ARM: dts: qcom: msm8226: Add MMCC node" in that patch series
(https://lore.kernel.org/linux-arm-msm/[email protected]/T/#m920039b455ad024249d000332d1f07f9e4c19008)
is required for that "ARM: dts: qcom: msm8226: Add CCI bus".

--
Matti Lehtimäki

On 8.11.2022 0.00, Stephen Rothwell wrote:
> Hi all,
>
> After merging the qcom tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arch/arm/boot/dts/qcom-msm8226.dtsi:302.21-327.5: ERROR (phandle_references): /soc/cci@fda0c000: Reference to non-existent node or label "mmcc"
>
> Caused by commit
>
> 4ab2f41b0850 ("ARM: dts: qcom: msm8226: Add CCI bus")
>
> I have used the qcom tree from next-20221107 for today.
>

2022-11-08 02:31:07

by Bjorn Andersson

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the qcom tree

On Tue, Nov 08, 2022 at 09:00:18AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the qcom tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arch/arm/boot/dts/qcom-msm8226.dtsi:302.21-327.5: ERROR (phandle_references): /soc/cci@fda0c000: Reference to non-existent node or label "mmcc"
>

Sorry about that, not sure why I didn't catch that before pushing my
branch. I've pulled in the missing patch today.

Thanks,
Bjorn

> Caused by commit
>
> 4ab2f41b0850 ("ARM: dts: qcom: msm8226: Add CCI bus")
>
> I have used the qcom tree from next-20221107 for today.
>
> --
> Cheers,
> Stephen Rothwell