On Mon, Nov 15, 2021 at 12:25:50PM +0530, Naresh Kamboju wrote:
Following build warnings/ errors noticed on Linux stable-rc queue/5.15 branch. with gcc-11 for arm64 architecture.
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi:464.3-52: Warning (pci_device_reg): /pcie@f8000000/pcie@0,0:reg: PCI reg address is not configuration space arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts:10:10: fatal error: rk3568.dtsi: No such file or directory 10 | #include rk3568.dtsi | ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.lib:358: arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dtb] Error 1
The first bad commit:
arm64: dts: rockchip: move rk3568 dtsi to rk356x dtsi [ Upstream commit 4e50d2173b67115a5574f4f4ce64ec9c5d9c136e ]
In preparation for separating the rk3568 and rk3566 device trees, move the base rk3568 dtsi to rk356x dtsi. This will allow us to strip out the rk3568 specific nodes.
Signed-off-by: Peter Geis pgwipeout@gmail.com Link: https://lore.kernel.org/r/20210710151034.32857-2-pgwipeout@gmail.com Signed-off-by: Heiko Stuebner heiko@sntech.de Signed-off-by: Sasha Levin <sashal@kernel.org
Build config: https://builds.tuxbuild.com/20wHY13986hVAE9j4Kwxq4C8JUX/config
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Now dropped, thanks.
greg k-h