Re: linux-next: build failure after merge of the qcom tree

Konrad Dybcio <[email protected]> Fri, 17 Jul 2026 16:03:00 +0200
Newsgroups org.kernel.vger.linux-next,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On 7/17/26 3:31 PM, Mark Brown wrote:
> Hi all,
> 
> After merging the qcom tree, today's linux-next build (arm64 defconfig)
> failed like this:
> 
> Lexical error: /tmp/next/build/arch/arm64/boot/dts/qcom/purwa.dtsi:169.14-35 Unexpected 'VIDEO_CC_MVS0_BSE_CLK' 
> 
> Caused by commit
> 
>   43899c55d79ba (arm64: dts: qcom: purwa: Override Iris clocks and operating points)
> 
> possibly interacting with something else that changes implicit includes
> or something.  I have used the tree from next-20260716 instead.

Rebase mess. for-next is missing:

+#include <dt-bindings/clock/qcom,x1p42100-videocc.h> in purwa.dtsi

which was previously mistakengly squashed into:

	arm64: dts: qcom: x1e80100: Add CAMCC block definition

which added the nodes for *CAM*CC..

Konrad