在 2015年11月08日 21:42, kbuild test robot 写道: > Hi Caesar, > > [auto build test ERROR on: soc-thermal/next] > [also build test ERROR on: next-20151106] > [cannot apply to: rockchip/for-next v4.3] > > url: https://github.com/0day-ci/linux/commits/Caesar-Wang/Better-compatible-for-the-rockchip-thermal-and-support-RK3368-SoCs/20151108-173308 > base: https://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal next > config: arm64-defconfig (attached as .config) > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm64 > > All errors (new ones prefixed by >>): > >>> Error: arch/arm64/boot/dts/rockchip/rk3368-r88.dts:345.1-7 syntax error > FATAL ERROR: Unable to parse input tree Missing a ';' --- a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts @@ -340,7 +340,7 @@ rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */ rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */ status = "okay"; -} +}; Sorry for that, my make scripts is rk3368-evb.dtsi(in local file for sdk board) no include r88 to build.:-( Many thanks. > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation > [attachment] > > .config.gz > download: http://u.163.com/t0/X4h6Ssaywr > > > > _______________________________________________ > Linux-rockchip mailing list > Linux-rockchip@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-rockchip -- Thanks, Caesar