From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751258AbdGLXtv (ORCPT ); Wed, 12 Jul 2017 19:49:51 -0400 Received: from gloria.sntech.de ([95.129.55.99]:55522 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbdGLXtu (ORCPT ); Wed, 12 Jul 2017 19:49:50 -0400 From: Heiko Stuebner To: kbuild test robot Cc: Frank Wang , kbuild-all@01.org, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, huangtao@rock-chips.com, kever.yang@rock-chips.com, david.wu@rock-chips.com, finley.xiao@rock-chips.com, zhangqing@rock-chips.com, wmc@rock-chips.com Subject: Re: [PATCH v2 3/6] ARM: dts: rockchip: enable io-domain for rk3229-evb Date: Thu, 13 Jul 2017 01:49:25 +0200 Message-ID: <7044113.TZbuKUQOGQ@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <201707061400.5K7lBcIR%fengguang.wu@intel.com> References: <201707061400.5K7lBcIR%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 6. Juli 2017, 14:47:50 CEST schrieb kbuild test robot: > Hi David, > > [auto build test ERROR on rockchip/for-next] > [cannot apply to v4.12] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Frank-Wang/ARM-dts-rockchip-add-regulator-nodes-for-rk3229-evb/20170706-094621 > base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next > config: arm-at91_dt_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > >> Error: arch/arm/boot/dts/rk3229-evb.dts:164.1-12 Label or path io_domains not found > FATAL ERROR: Syntax error parsing input tree This most likely ok, as this patch builds on top of ARM: dts: rockchip: Add io-domain node for rk3228 https://patchwork.kernel.org/patch/9803973/ which creates the core node referenced here.