Re: [PATCH v2 2/2] arm64: dts: Add support for Unisoc's UMS512
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-10-11 21:01:28
Also in:
linux-arm-kernel, lkml, oe-kbuild-all
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-10-11 21:01:28
Also in:
linux-arm-kernel, lkml, oe-kbuild-all
On Mon, Oct 11, 2021 at 10:29 PM kernel test robot [off-list ref] wrote:
If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <redacted> All errors (new ones prefixed by >>): In file included from arch/arm64/boot/dts/sprd/ums512-1h10.dts:11:quoted
quoted
arch/arm64/boot/dts/sprd/ums512.dtsi:8:10: fatal error: dt-bindings/clock/sprd,ums512-clk.h: No such file or directory8 | #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