From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v3 10/10] arm64: dts: Enable the Thermal on R88 board References: <201511082118.g4TUWjlz%fengguang.wu@intel.com> From: Caesar Wang Message-ID: <563F58BC.3050409@gmail.com> Date: Sun, 8 Nov 2015 22:14:20 +0800 MIME-Version: 1.0 In-Reply-To: <201511082118.g4TUWjlz%fengguang.wu@intel.com> Content-Type: multipart/alternative; boundary="------------070707050606060407050601" To: kbuild test robot Cc: Caesar Wang , Mark Rutland , devicetree@vger.kernel.org, Heiko Stuebner , Pawel Moll , Ian Campbell , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Eduardo Valentin , linux-rockchip@lists.infradead.org, Rob Herring , kbuild-all@01.org, Kumar Gala , Olof Johansson , linux-arm-kernel@lists.infradead.org List-ID: This is a multi-part message in MIME format. --------------070707050606060407050601 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 在 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 --------------070707050606060407050601 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

在 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
--------------070707050606060407050601--