Re: [PATCH v2 2/2] arm64: dts: Add support for Unisoc's UMS512

From: Arnd Bergmann
Date: Mon Oct 11 2021 - 17:01:35 EST


On Mon, Oct 11, 2021 at 10:29 PM kernel test robot <lkp@xxxxxxxxx> wrote:
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
>
> All errors (new ones prefixed by >>):
>
> In file included from arch/arm64/boot/dts/sprd/ums512-1h10.dts:11:
> >> arch/arm64/boot/dts/sprd/ums512.dtsi:8:10: fatal error: dt-bindings/clock/sprd,ums512-clk.h: No such file or directory
> 8 | #include <dt-bindings/clock/sprd,ums512-clk.h>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
>
>
> vim +8 arch/arm64/boot/dts/sprd/ums512.dtsi
>
> > 8 #include <dt-bindings/clock/sprd,ums512-clk.h>
> 9 #include <dt-bindings/interrupt-controller/arm-gic.h>

Thanks for the report.

Unfortunately I just pulled this, and then a bunch of other things on top.

Looking at linux-next, the binding is not merged yet, which means I should
not take this one anyway.

I'll keep the first patch and revert this one.

Arnd