Re: [PATCH v3] dtb: Create a common home for cross-architecture dtsi files.

2015-08-03 Thread Ian Campbell
On Sat, 2015-08-01 at 15:43 +0900, Masahiro Yamada wrote: > 2015-08-01 15:21 GMT+09:00 Masahiro Yamada >: > > 2015-07-31 23:31 GMT+09:00 Ian Campbell : > > > Commit 9ccd608070b6 "arm64: dts: add device tree for ARM SMM-A53x2 on > > > LogicTile Express 20MG" added a new dts file to arch/arm64 which

Re: [PATCH v3] dtb: Create a common home for cross-architecture dtsi files.

2015-07-31 Thread Masahiro Yamada
2015-08-01 15:21 GMT+09:00 Masahiro Yamada : > 2015-07-31 23:31 GMT+09:00 Ian Campbell : >> 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

Re: [PATCH v3] dtb: Create a common home for cross-architecture dtsi files.

2015-07-31 Thread Masahiro Yamada
2015-07-31 23:31 GMT+09:00 Ian Campbell : > 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 th

Re: [PATCH v3] dtb: Create a common home for cross-architecture dtsi files.

2015-07-31 Thread Liviu Dudau
On Fri, Jul 31, 2015 at 03:31:49PM +0100, Ian Campbell wrote: > 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.

Re: [PATCH v3] dtb: Create a common home for cross-architecture dtsi files.

2015-07-31 Thread Rob Herring
On Fri, Jul 31, 2015 at 9:31 AM, Ian Campbell wrote: > 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. > > Unfo

Re: [PATCH v3] dtb: Create a common home for cross-architecture dtsi files.

2015-07-31 Thread Mark Rutland
On Fri, Jul 31, 2015 at 03:31:49PM +0100, Ian Campbell wrote: > 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.

[PATCH v3] dtb: Create a common home for cross-architecture dtsi files.

2015-07-31 Thread Ian Campbell
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 repos