From: kernel test robot <lkp@intel.com>
To: Jingyi Wang <quic_jingyw@quicinc.com>,
Bjorn Andersson <andersson@kernel.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Avri Altman <avri.altman@wdc.com>,
Bart Van Assche <bvanassche@acm.org>,
Andy Gross <agross@kernel.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Will Deacon <will@kernel.org>,
Robin Murphy <robin.murphy@arm.com>,
Joerg Roedel <joro@8bytes.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Robert Marko <robimarko@gmail.com>,
Das Srinagesh <quic_gurus@quicinc.com>,
Jassi Brar <jassisinghbrar@gmail.com>, Lee Jones <lee@kernel.org>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Catalin Marinas <catalin.marinas@arm.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-phy@lists.infradead.org
Subject: Re: [PATCH 19/19] arm64: dts: qcom: add base QCS8300 RIDE dts
Date: Sun, 8 Sep 2024 07:22:15 +0800 [thread overview]
Message-ID: <202409080754.6Zv1y3pX-lkp@intel.com> (raw)
In-Reply-To: <20240904-qcs8300_initial_dtsi-v1-19-d0ea9afdc007@quicinc.com>
Hi Jingyi,
kernel test robot noticed the following build errors:
[auto build test ERROR on eb8c5ca373cbb018a84eb4db25c863302c9b6314]
url: https://github.com/intel-lab-lkp/linux/commits/Jingyi-Wang/dt-bindings-remoteproc-qcom-sa8775p-pas-Document-QCS8300-remoteproc/20240904-164345
base: eb8c5ca373cbb018a84eb4db25c863302c9b6314
patch link: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-19-d0ea9afdc007%40quicinc.com
patch subject: [PATCH 19/19] arm64: dts: qcom: add base QCS8300 RIDE dts
config: arm64-randconfig-003-20240908 (https://download.01.org/0day-ci/archive/20240908/202409080754.6Zv1y3pX-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 05f5a91d00b02f4369f46d076411c700755ae041)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240908/202409080754.6Zv1y3pX-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202409080754.6Zv1y3pX-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from arch/arm64/boot/dts/qcom/qcs8300-ride.dts:11:
>> arch/arm64/boot/dts/qcom/qcs8300.dtsi:6:10: fatal error: 'dt-bindings/clock/qcom,qcs8300-gcc.h' file not found
6 | #include <dt-bindings/clock/qcom,qcs8300-gcc.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +6 arch/arm64/boot/dts/qcom/qcs8300.dtsi
984d43bac8bbd3 Jingyi Wang 2024-09-04 @6 #include <dt-bindings/clock/qcom,qcs8300-gcc.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 7 #include <dt-bindings/clock/qcom,rpmh.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 8 #include <dt-bindings/interconnect/qcom,icc.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 9 #include <dt-bindings/interconnect/qcom,qcs8300-rpmh.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 10 #include <dt-bindings/interrupt-controller/arm-gic.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 11 #include <dt-bindings/mailbox/qcom-ipcc.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 12 #include <dt-bindings/power/qcom,rpmhpd.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 13 #include <dt-bindings/power/qcom-rpmpd.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 14 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
984d43bac8bbd3 Jingyi Wang 2024-09-04 15
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2024-09-07 23:22 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-04 8:33 [PATCH 00/19] Add initial support for QCS8300 Jingyi Wang
2024-09-04 8:33 ` [PATCH 01/19] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc Jingyi Wang
2024-09-04 8:33 ` [PATCH 02/19] remoteproc: qcom: pas: Add QCS8300 remoteproc support Jingyi Wang
2024-09-04 9:36 ` Krzysztof Kozlowski
2024-09-05 4:30 ` Jingyi Wang
2024-09-05 6:24 ` Krzysztof Kozlowski
2024-09-06 5:33 ` Jingyi Wang
2024-09-04 8:33 ` [PATCH 03/19] dt-bindings: phy: Add QMP UFS PHY comptible for QCS8300 Jingyi Wang
2024-09-04 10:55 ` Dmitry Baryshkov
2024-09-05 2:37 ` Jingyi Wang
2024-09-04 8:33 ` [PATCH 04/19] dt-bindings: ufs: qcom: Document the QCS8300 UFS Controller Jingyi Wang
2024-09-04 8:33 ` [PATCH 05/19] phy: qcom-qmp-ufs: Add support for QCS8300 Jingyi Wang
2024-09-04 9:36 ` Krzysztof Kozlowski
2024-09-05 4:33 ` Jingyi Wang
2024-09-04 8:33 ` [PATCH 06/19] dt-bindings: power: rpmpd: Add QCS8300 power domains Jingyi Wang
2024-09-05 11:30 ` Konrad Dybcio
2024-09-05 11:31 ` Konrad Dybcio
2024-09-04 8:33 ` [PATCH 07/19] pmdomain: qcom: rpmhpd: " Jingyi Wang
2024-09-04 8:33 ` [PATCH 08/19] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller Jingyi Wang
2024-09-04 8:33 ` [PATCH 09/19] dt-bindings: arm-smmu: Add compatible for QCS8300 SoC Jingyi Wang
2024-09-04 8:33 ` [PATCH 10/19] dt-bindings: firmware: qcom,scm: document SCM on QCS8300 SoCs Jingyi Wang
2024-09-04 8:33 ` [PATCH 11/19] dt-bindings: soc: qcom: add qcom,qcs8300-imem compatible Jingyi Wang
2024-09-04 8:33 ` [PATCH 12/19] dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCC Jingyi Wang
2024-09-04 8:33 ` [PATCH 13/19] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300 Jingyi Wang
2024-09-04 8:33 ` [PATCH 14/19] dt-bindings: nvmem: qfprom: " Jingyi Wang
2024-09-04 8:33 ` [PATCH 15/19] dt-bindings: soc: qcom,aoss-qmp: Document the QCS8300 AOSS channel Jingyi Wang
2024-09-04 8:33 ` [PATCH 16/19] dt-bindings: arm: qcom: document QCS8275/QCS8300 SoC and reference board Jingyi Wang
2024-09-04 9:38 ` Krzysztof Kozlowski
2024-09-05 4:42 ` Jingyi Wang
2024-09-05 6:26 ` Krzysztof Kozlowski
2024-09-04 8:33 ` [PATCH 17/19] arm64: defconfig: enable clock controller, interconnect and pinctrl for QCS8300 Jingyi Wang
2024-09-04 9:39 ` Krzysztof Kozlowski
2024-09-05 4:54 ` Jingyi Wang
2024-09-06 3:18 ` Dmitry Baryshkov
2024-09-06 6:15 ` Jingyi Wang
2024-09-06 9:36 ` Dmitry Baryshkov
2024-09-04 8:33 ` [PATCH 18/19] arm64: dts: qcom: add initial support for QCS8300 DTSI Jingyi Wang
2024-09-04 9:41 ` Krzysztof Kozlowski
2024-09-05 4:56 ` Jingyi Wang
2024-09-04 8:34 ` [PATCH 19/19] arm64: dts: qcom: add base QCS8300 RIDE dts Jingyi Wang
2024-09-07 23:22 ` kernel test robot [this message]
2024-09-04 9:34 ` [PATCH 00/19] Add initial support for QCS8300 Krzysztof Kozlowski
2024-09-04 10:19 ` Krzysztof Kozlowski
2024-09-05 5:08 ` Jingyi Wang
2024-09-05 11:33 ` Konrad Dybcio
2024-09-04 13:36 ` Rob Herring (Arm)
2024-09-05 2:45 ` Jingyi Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202409080754.6Zv1y3pX-lkp@intel.com \
--to=lkp@intel.com \
--cc=agross@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=andersson@kernel.org \
--cc=avri.altman@wdc.com \
--cc=bartosz.golaszewski@linaro.org \
--cc=bvanassche@acm.org \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=joro@8bytes.org \
--cc=kishon@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=manivannan.sadhasivam@linaro.org \
--cc=mathieu.poirier@linaro.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=quic_gurus@quicinc.com \
--cc=quic_jingyw@quicinc.com \
--cc=robh@kernel.org \
--cc=robimarko@gmail.com \
--cc=robin.murphy@arm.com \
--cc=srinivas.kandagatla@linaro.org \
--cc=tglx@linutronix.de \
--cc=ulf.hansson@linaro.org \
--cc=vkoul@kernel.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).