From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10D62C433F5 for ; Fri, 21 Jan 2022 20:43:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229716AbiAUUnH (ORCPT ); Fri, 21 Jan 2022 15:43:07 -0500 Received: from mga14.intel.com ([192.55.52.115]:45447 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbiAUUnH (ORCPT ); Fri, 21 Jan 2022 15:43:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642797786; x=1674333786; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=zi42iAFJZUfwAkLlr/dUNgF2Eg3r9qS0RQ6ZF0BDqXE=; b=P2/HnH8bbubxJ+N5ZFhuyXyXEVbcfgXJiOQ1o3nk9z+9DuAqqpOoIXff CAZdzQQIuP4Vr13jhIrzju+Tor27PzVxh7qsAySZ1d71PnLHM6i9SMelH D/nK8ARIOxYXFuLgc6q8bWH0nPTCVB+vhxPR7aRBKYtQcmSdBYck1rTvt vMrT+pdGRlcKT1V7/baWDb2MvZWGVjzWvEUfIAdxlNSyB+6ZQNja9hWRk Pj1mVVGBUp/72Jc0XmP0TpaVHtk/fDP/+1Ui6aZ4MNprWuYXUiYGAeBG8 AmU/A2QmyCkUQUK092IJ+I1JHf1kHCSt+d72JHR24IPNK2WNBxAkIWf0i A==; X-IronPort-AV: E=McAfee;i="6200,9189,10234"; a="245960439" X-IronPort-AV: E=Sophos;i="5.88,306,1635231600"; d="scan'208";a="245960439" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jan 2022 12:43:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,306,1635231600"; d="scan'208";a="616627685" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 21 Jan 2022 12:43:04 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1nB0kR-000FeT-EY; Fri, 21 Jan 2022 20:43:03 +0000 Date: Sat, 22 Jan 2022 04:42:35 +0800 From: kernel test robot To: Bhupesh Sharma , linux-arm-msm@vger.kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, bhupesh.sharma@linaro.org, bhupesh.linux@gmail.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, bjorn.andersson@linaro.org, agross@kernel.org, Rob Herring Subject: Re: [PATCH] arm64: dts: qcom: sm8150: Add ufs power-domain entries Message-ID: <202201220442.bMRI74m1-lkp@intel.com> References: <20220120082803.15535-1-bhupesh.sharma@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220120082803.15535-1-bhupesh.sharma@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Bhupesh, Thank you for the patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v5.16 next-20220121] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Bhupesh-Sharma/arm64-dts-qcom-sm8150-Add-ufs-power-domain-entries/20220120-162925 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: arm64-randconfig-r011-20220120 (https://download.01.org/0day-ci/archive/20220122/202201220442.bMRI74m1-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 7b3d30728816403d1fd73cc5082e9fb761262bce) 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/0day-ci/linux/commit/e9cea3a4d3c4706f9cef18f55b07d3bc389a051a git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Bhupesh-Sharma/arm64-dts-qcom-sm8150-Add-ufs-power-domain-entries/20220120-162925 git checkout e9cea3a4d3c4706f9cef18f55b07d3bc389a051a # save the config file to linux build tree mkdir build_dir 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 as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> Error: arch/arm64/boot/dts/qcom/sm8150.dtsi:1641.26-27 syntax error FATAL ERROR: Unable to parse input tree --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org