Re: [U-Boot] [PATCH v6 4/4] ARM: dts: at91: add dts file for sama5d4ek

2017-04-13 Thread Simon Glass
On 23 March 2017 at 19:18, Wenyou Yang wrote: > Add the device tree file for sama5d4ek board. > > The dts file is copied from Linux-4.4, do the following changes. > - add the "u-boot,dm-pre-reloc" property to determine which nodes >which are needed by SPL and by the board_init_f stage. > - f

[U-Boot] [PATCH v6 4/4] ARM: dts: at91: add dts file for sama5d4ek

2017-03-23 Thread Wenyou Yang
Add the device tree file for sama5d4ek board. The dts file is copied from Linux-4.4, do the following changes. - add the "u-boot,dm-pre-reloc" property to determine which nodes which are needed by SPL and by the board_init_f stage. - fix the compilation warning. Signed-off-by: Wenyou Yang -