Re: [PATCH v3] dtb: Create a common home for cross-architecture dtsi files.
From: Ian Campbell <hidden>
Date: 2015-08-03 08:48:13
Also in:
linux-arm-kernel, linux-kbuild, lkml
From: Ian Campbell <hidden>
Date: 2015-08-03 08:48:13
Also in:
linux-arm-kernel, linux-kbuild, lkml
On Sat, 2015-08-01 at 15:43 +0900, Masahiro Yamada wrote:
2015-08-01 15:21 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.comquoted
: 2015-07-31 23:31 GMT+09:00 Ian Campbell [off-list ref]:quoted
Commit 9ccd608070b6 "arm64: dts: add device tree for ARM SMM-A53x2 on LogicTile Express 20MG" added a new dts file to arch/arm64 which included "../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi", i.e. a .dtsi supplied by arch/arm. Unfortunately this causes some issues for the split device tree repository[0], since things get moved around there. In that context the new .dts ends up at src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts while the include is at src/arm/vexpress-v2m-rs1.dtsi.Typo? src/arm64 -> arch/arm64 src/arm -> arch/armI retract this comment with my apology. (I was seeing the kernel tree, not devicetree-rebasing)
Right ;-) I fixed the commit formatting and took your Reviewed-by. I shall post v4 shortly. Thanks, Ian.