All of lore.kernel.org
 help / color / mirror / Atom feed
* [arm-soc:qcom/arm64 5/10] arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory
@ 2018-07-26 15:33 kbuild test robot
  2018-07-27 22:44 ` Andy Gross
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2018-07-26 15:33 UTC (permalink / raw)
  To: linux-arm-kernel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git qcom/arm64
head:   e53db018315b7660bb7000a29e79faff2496c2c2
commit: c83545d95376c2249c7990ce2dd76f387ce68bef [5/10] arm64: dts: sdm845: Add rpmh-rsc node
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c83545d95376c2249c7990ce2dd76f387ce68bef
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   In file included from arch/arm64/boot/dts/qcom/sdm845-mtp.dts:10:0:
>> arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory
    #include <dt-bindings/soc/qcom,rpmh-rsc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.

vim +10 arch/arm64/boot/dts/qcom/sdm845.dtsi

  > 10	#include <dt-bindings/soc/qcom,rpmh-rsc.h>
    11	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 38873 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180726/1c8dda88/attachment-0001.gz>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [arm-soc:qcom/arm64 5/10] arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory
  2018-07-26 15:33 [arm-soc:qcom/arm64 5/10] arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory kbuild test robot
@ 2018-07-27 22:44 ` Andy Gross
  2018-07-28 18:21   ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Gross @ 2018-07-27 22:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 26, 2018 at 11:33:17PM +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git qcom/arm64
> head:   e53db018315b7660bb7000a29e79faff2496c2c2
> commit: c83545d95376c2249c7990ce2dd76f387ce68bef [5/10] arm64: dts: sdm845: Add rpmh-rsc node
> config: arm64-defconfig (attached as .config)
> compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
> reproduce:
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout c83545d95376c2249c7990ce2dd76f387ce68bef
>         # save the attached .config to linux build tree
>         GCC_VERSION=7.2.0 make.cross ARCH=arm64 
> 
> All errors (new ones prefixed by >>):
> 
>    In file included from arch/arm64/boot/dts/qcom/sdm845-mtp.dts:10:0:
> >> arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory
>     #include <dt-bindings/soc/qcom,rpmh-rsc.h>
>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.
> 
> vim +10 arch/arm64/boot/dts/qcom/sdm845.dtsi
> 
>   > 10	#include <dt-bindings/soc/qcom,rpmh-rsc.h>
>     11	

This file is included in the qcom-drivers-for-4.19 pull request.  I should have noted
this on the ARM64 DTS pull request.


Andy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [arm-soc:qcom/arm64 5/10] arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory
  2018-07-27 22:44 ` Andy Gross
@ 2018-07-28 18:21   ` Olof Johansson
  0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2018-07-28 18:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jul 28, 2018 at 12:44 AM, Andy Gross <andy.gross@linaro.org> wrote:
> On Thu, Jul 26, 2018 at 11:33:17PM +0800, kbuild test robot wrote:
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git qcom/arm64
>> head:   e53db018315b7660bb7000a29e79faff2496c2c2
>> commit: c83545d95376c2249c7990ce2dd76f387ce68bef [5/10] arm64: dts: sdm845: Add rpmh-rsc node
>> config: arm64-defconfig (attached as .config)
>> compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
>> reproduce:
>>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>>         chmod +x ~/bin/make.cross
>>         git checkout c83545d95376c2249c7990ce2dd76f387ce68bef
>>         # save the attached .config to linux build tree
>>         GCC_VERSION=7.2.0 make.cross ARCH=arm64
>>
>> All errors (new ones prefixed by >>):
>>
>>    In file included from arch/arm64/boot/dts/qcom/sdm845-mtp.dts:10:0:
>> >> arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory
>>     #include <dt-bindings/soc/qcom,rpmh-rsc.h>
>>              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>    compilation terminated.
>>
>> vim +10 arch/arm64/boot/dts/qcom/sdm845.dtsi
>>
>>   > 10        #include <dt-bindings/soc/qcom,rpmh-rsc.h>
>>     11
>
> This file is included in the qcom-drivers-for-4.19 pull request.  I should have noted
> this on the ARM64 DTS pull request.

No worries. In the future feel free to merge in the -drivers branch
and use it as base of the dts one, to avoid bisect breakage.


-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-28 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 15:33 [arm-soc:qcom/arm64 5/10] arch/arm64/boot/dts/qcom/sdm845.dtsi:10:10: fatal error: dt-bindings/soc/qcom,rpmh-rsc.h: No such file or directory kbuild test robot
2018-07-27 22:44 ` Andy Gross
2018-07-28 18:21   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.