Messages in this thread |  | | Date | Sun, 1 May 2022 23:09:01 +0800 | From | kernel test robot <> | Subject | [matthias-bgg:v5.18-next/dts64 30/37] arch/arm/boot/dts/en7523.dtsi:6:10: fatal error: dt-bindings/clock/en7523-clk.h: No such file or directory |
| |
tree: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git v5.18-next/dts64 head: 7d3c600448a7233976dfd6f1bcf00bb0daa31109 commit: 09f4afc44ba9ebd33d389af345cff4d7668437ae [30/37] ARM: dts: add clock support for Airoha EN7523 config: arm-defconfig (https://download.01.org/0day-ci/archive/20220501/202205012301.HhfNwf1X-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 11.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?id=09f4afc44ba9ebd33d389af345cff4d7668437ae git remote add matthias-bgg https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git git fetch --no-tags matthias-bgg v5.18-next/dts64 git checkout 09f4afc44ba9ebd33d389af345cff4d7668437ae # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from arch/arm/boot/dts/en7523-evb.dts:7: >> arch/arm/boot/dts/en7523.dtsi:6:10: fatal error: dt-bindings/clock/en7523-clk.h: No such file or directory 6 | #include <dt-bindings/clock/en7523-clk.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
vim +6 arch/arm/boot/dts/en7523.dtsi
2 3 #include <dt-bindings/interrupt-controller/irq.h> 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/gpio/gpio.h> > 6 #include <dt-bindings/clock/en7523-clk.h> 7
-- 0-DAY CI Kernel Test Service https://01.org/lkp
|  |