From: kernel test robot <lkp@intel.com>
To: Tengfei Fan <quic_tengfan@quicinc.com>,
agross@kernel.org, andersson@kernel.org,
konrad.dybcio@linaro.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
tglx@linutronix.de, maz@kernel.org, lee@kernel.org
Cc: oe-kbuild-all@lists.linux.dev, robimarko@gmail.com,
quic_gurus@quicinc.com, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
quic_tsoni@quicinc.com, quic_shashim@quicinc.com,
quic_kaushalk@quicinc.com, quic_tdas@quicinc.com,
quic_tingweiz@quicinc.com, quic_aiquny@quicinc.com,
kernel@quicinc.com, quic_bjorande@quicinc.com,
Ajit Pandey <quic_ajipan@quicinc.com>,
Tengfei Fan <quic_tengfan@quicinc.com>
Subject: Re: [PATCH 5/6] arm64: dts: qcom: sm4450: Add RPMH and Global clock controller
Date: Fri, 8 Sep 2023 20:58:49 +0800 [thread overview]
Message-ID: <202309082044.62LHUCGY-lkp@intel.com> (raw)
In-Reply-To: <20230908065847.28382-6-quic_tengfan@quicinc.com>
Hi Tengfei,
kernel test robot noticed the following build errors:
[auto build test ERROR on a47fc304d2b678db1a5d760a7d644dac9b067752]
url: https://github.com/intel-lab-lkp/linux/commits/Tengfei-Fan/dt-bindings-firmware-document-Qualcomm-SM4450-SCM/20230908-150308
base: a47fc304d2b678db1a5d760a7d644dac9b067752
patch link: https://lore.kernel.org/r/20230908065847.28382-6-quic_tengfan%40quicinc.com
patch subject: [PATCH 5/6] arm64: dts: qcom: sm4450: Add RPMH and Global clock controller
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20230908/202309082044.62LHUCGY-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230908/202309082044.62LHUCGY-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/202309082044.62LHUCGY-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from arch/arm64/boot/dts/qcom/sm4450-qrd.dts:8:
>> arch/arm64/boot/dts/qcom/sm4450.dtsi:7:10: fatal error: dt-bindings/clock/qcom,sm4450-gcc.h: No such file or directory
7 | #include <dt-bindings/clock/qcom,sm4450-gcc.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +7 arch/arm64/boot/dts/qcom/sm4450.dtsi
> 7 #include <dt-bindings/clock/qcom,sm4450-gcc.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
11
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-09-08 12:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-08 6:58 [PATCH 0/6] soc: qcom: Add uart console support for SM4450 Tengfei Fan
2023-09-08 6:58 ` [PATCH 1/6] dt-bindings: firmware: document Qualcomm SM4450 SCM Tengfei Fan
2023-09-08 8:08 ` Krzysztof Kozlowski
2023-09-08 6:58 ` [PATCH 2/6] dt-bindings: mfd: qcom,tcsr: Add compatible for sm4450 Tengfei Fan
2023-09-08 8:09 ` Krzysztof Kozlowski
2023-09-20 12:04 ` (subset) " Lee Jones
2023-09-08 6:58 ` [PATCH 3/6] dt-bindings: interrupt-controller: qcom,pdc: document qcom,sm4450-pdc Tengfei Fan
2023-09-08 8:09 ` Krzysztof Kozlowski
2023-09-08 6:58 ` [PATCH 4/6] arm64: dts: qcom: sm4450: Add apps_rsc and cmd_db node Tengfei Fan
2023-09-08 7:03 ` Dmitry Baryshkov
2023-09-08 7:18 ` Tengfei Fan
2023-09-08 8:10 ` Krzysztof Kozlowski
2023-09-08 8:12 ` Tengfei Fan
2023-09-08 6:58 ` [PATCH 5/6] arm64: dts: qcom: sm4450: Add RPMH and Global clock controller Tengfei Fan
2023-09-08 12:58 ` kernel test robot [this message]
2023-09-08 14:55 ` kernel test robot
2023-09-20 14:33 ` Konrad Dybcio
2023-09-22 1:25 ` Tengfei Fan
2023-09-08 6:58 ` [PATCH 6/6] arm64: dts: qcom: add uart console support for SM4450 Tengfei Fan
2023-09-08 8:13 ` Krzysztof Kozlowski
2023-09-08 8:23 ` Tengfei Fan
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=202309082044.62LHUCGY-lkp@intel.com \
--to=lkp@intel.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@quicinc.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lee@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=quic_aiquny@quicinc.com \
--cc=quic_ajipan@quicinc.com \
--cc=quic_bjorande@quicinc.com \
--cc=quic_gurus@quicinc.com \
--cc=quic_kaushalk@quicinc.com \
--cc=quic_shashim@quicinc.com \
--cc=quic_tdas@quicinc.com \
--cc=quic_tengfan@quicinc.com \
--cc=quic_tingweiz@quicinc.com \
--cc=quic_tsoni@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=robimarko@gmail.com \
--cc=tglx@linutronix.de \
/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).