From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B55991FC2; Mon, 20 Nov 2023 03:30:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="nQwAIm6W" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700451000; x=1731987000; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=09C+JX3EQpOVjp6ooinVdw2ACy+xGuGZ0pAKM2YA3j0=; b=nQwAIm6WSkHtYKCojbGgYOd3ADRVYRvSPTYCm06oYNr8xkCewaB7TY9N rRixIinW1VsTXA5X0TEwgEa2Xs81F8ETvfTMMpqOToEuPxEud4RwxP5Fw 420kS47pHarNEPTdU4uAzCdchXqOuWiZ0k8HN14Mmz/9ZMLsuOVCMMHvq h6dtLwIgpawitcKEp/gdgg8L5ut3jU18PkUTti7mh5ZNMO3/CwUgCvdwF hzWKc4rivxPKuI+8N6NhSqhiQ+NjzU4S4uDYl7NoXMU2jZuwXB8yjk1c9 wZR2qacW93xL6t1tl2TK8WG3uYpKSIznPAoojspW2TPqk/Fs0TCMmy6q1 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10899"; a="455865173" X-IronPort-AV: E=Sophos;i="6.04,212,1695711600"; d="scan'208";a="455865173" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2023 19:29:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10899"; a="1097630069" X-IronPort-AV: E=Sophos;i="6.04,212,1695711600"; d="scan'208";a="1097630069" Received: from lkp-server02.sh.intel.com (HELO b8de5498638e) ([10.239.97.151]) by fmsmga005.fm.intel.com with ESMTP; 19 Nov 2023 19:29:21 -0800 Received: from kbuild by b8de5498638e with local (Exim 4.96) (envelope-from ) id 1r4uyM-0005tX-2L; Mon, 20 Nov 2023 03:29:18 +0000 Date: Mon, 20 Nov 2023 11:28:42 +0800 From: kernel test robot To: Neil Armstrong , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Neil Armstrong Subject: Re: [PATCH v2 4/8] arm64: dts: qcom: sm8650: add initial SM8650 MTP dts Message-ID: <202311201131.R9DpSKl2-lkp@intel.com> References: <20231106-topic-sm8650-upstream-dt-v2-4-44d6f9710fa7@linaro.org> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231106-topic-sm8650-upstream-dt-v2-4-44d6f9710fa7@linaro.org> Hi Neil, kernel test robot noticed the following build errors: [auto build test ERROR on fe1998aa935b44ef873193c0772c43bce74f17dc] url: https://github.com/intel-lab-lkp/linux/commits/Neil-Armstrong/dt-bindings-arm-qcom-document-SM8650-and-the-reference-boards/20231106-170959 base: fe1998aa935b44ef873193c0772c43bce74f17dc patch link: https://lore.kernel.org/r/20231106-topic-sm8650-upstream-dt-v2-4-44d6f9710fa7%40linaro.org patch subject: [PATCH v2 4/8] arm64: dts: qcom: sm8650: add initial SM8650 MTP dts config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20231120/202311201131.R9DpSKl2-lkp@intel.com/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231120/202311201131.R9DpSKl2-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202311201131.R9DpSKl2-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from arch/arm64/boot/dts/qcom/sm8650-mtp.dts:9: >> arch/arm64/boot/dts/qcom/sm8650.dtsi:7:10: fatal error: 'dt-bindings/clock/qcom,sm8650-dispcc.h' file not found 7 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +7 arch/arm64/boot/dts/qcom/sm8650.dtsi e7ea17c3abdf54 Neil Armstrong 2023-11-06 @7 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 8 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 9 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 10 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 11 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 12 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 13 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 14 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 15 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 16 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 17 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 18 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 19 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 20 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 21 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 22 #include e7ea17c3abdf54 Neil Armstrong 2023-11-06 23 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki