Re: [U-Boot] [PATCH 1/2] ARM: dts: socfpga: Factor out U-Boot specifics from A10 handoff files

2019-05-07 Thread Marek Vasut
On 5/7/19 9:28 PM, Simon Goldschmidt wrote: > > > On 07.05.19 21:18, Marek Vasut wrote: >> Pull out the u-boot,dm-pre-reloc from >> socfpga_arria10_socdk_sdmmc_handoff.dtsi >> into separate dtsi header file to make it easier to patch in custom >> handoff >> dtsi files, without having to manually

Re: [U-Boot] [PATCH 1/2] ARM: dts: socfpga: Factor out U-Boot specifics from A10 handoff files

2019-05-07 Thread Simon Goldschmidt
On 07.05.19 21:18, Marek Vasut wrote: Pull out the u-boot,dm-pre-reloc from socfpga_arria10_socdk_sdmmc_handoff.dtsi into separate dtsi header file to make it easier to patch in custom handoff dtsi files, without having to manually add the U-Boot bits. Shuffle the include clauses in the A10 DT

[U-Boot] [PATCH 1/2] ARM: dts: socfpga: Factor out U-Boot specifics from A10 handoff files

2019-05-07 Thread Marek Vasut
Pull out the u-boot,dm-pre-reloc from socfpga_arria10_socdk_sdmmc_handoff.dtsi into separate dtsi header file to make it easier to patch in custom handoff dtsi files, without having to manually add the U-Boot bits. Shuffle the include clauses in the A10 DT files to make it obvious what gets