2022-06-25 04:06:36

by kernel test robot

[permalink] [raw]
Subject: Error: arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi:23.19-20 syntax error

tree: https://github.com/intel-lab-lkp/linux/commits/UPDATE-20220622-213010/Bjorn-Andersson/arm64-dts-qcom-Introduce-SC8280XP/20220622-121246
head: f75e13dde1b5cbb2f301d0f368bcedfd12037eaf
commit: f75e13dde1b5cbb2f301d0f368bcedfd12037eaf arm64: dts: qcom: sc8280xp: add Lenovo Thinkpad X13s devicetree
date: 2 days ago
config: arm64-randconfig-r012-20220624
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 6fa9120080c35a5ff851c3fc3358692c4ef7ce0d)
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
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://github.com/intel-lab-lkp/linux/commit/f75e13dde1b5cbb2f301d0f368bcedfd12037eaf
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review UPDATE-20220622-213010/Bjorn-Andersson/arm64-dts-qcom-Introduce-SC8280XP/20220622-121246
git checkout f75e13dde1b5cbb2f301d0f368bcedfd12037eaf
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <[email protected]>

All errors (new ones prefixed by >>):

>> Error: arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi:23.19-20 syntax error
FATAL ERROR: Unable to parse input tree

--
0-DAY CI Kernel Test Service
https://01.org/lkp


Attachments:
(No filename) (1.64 kB)
config (203.80 kB)
Download all attachments

2022-06-27 07:34:32

by Johan Hovold

[permalink] [raw]
Subject: Re: Error: arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi:23.19-20 syntax error

On Sat, Jun 25, 2022 at 10:59:46AM +0800, kernel test robot wrote:
> tree: https://github.com/intel-lab-lkp/linux/commits/UPDATE-20220622-213010/Bjorn-Andersson/arm64-dts-qcom-Introduce-SC8280XP/20220622-121246
> head: f75e13dde1b5cbb2f301d0f368bcedfd12037eaf
> commit: f75e13dde1b5cbb2f301d0f368bcedfd12037eaf arm64: dts: qcom: sc8280xp: add Lenovo Thinkpad X13s devicetree
> date: 2 days ago
> config: arm64-randconfig-r012-20220624
> compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 6fa9120080c35a5ff851c3fc3358692c4ef7ce0d)
> 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
> # install arm64 cross compiling tool for clang build
> # apt-get install binutils-aarch64-linux-gnu
> # https://github.com/intel-lab-lkp/linux/commit/f75e13dde1b5cbb2f301d0f368bcedfd12037eaf
> git remote add linux-review https://github.com/intel-lab-lkp/linux
> git fetch --no-tags linux-review UPDATE-20220622-213010/Bjorn-Andersson/arm64-dts-qcom-Introduce-SC8280XP/20220622-121246
> git checkout f75e13dde1b5cbb2f301d0f368bcedfd12037eaf
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag where applicable
> Reported-by: kernel test robot <[email protected]>
>
> All errors (new ones prefixed by >>):
>
> >> Error: arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi:23.19-20 syntax error
> FATAL ERROR: Unable to parse input tree

This is expected since v3 of this patch depends on a change being made
to the preparatory part of the series (as mentioned in the changelog) by
adding a missing include to sc8280xp-pmics.dtsi.

Johan