Re: [U-Boot] [PATCH v2] ARM: DT: STM32F746: add u-boot, dm-pre-reloc property to sub nodes

2017-04-12 Thread Tom Rini
On Wed, Apr 12, 2017 at 02:16:36PM -0700, Vikas Manocha wrote: > This patch is required for correct SPL device tree creation by fdtgrep > as fdtgrep looks for u-boot,dm-pre-reloc property of the node to include > it in the spl device tree. > > Not adding it in these subnodes ignores the pin

[U-Boot] [PATCH v2] ARM: DT: STM32F746: add u-boot, dm-pre-reloc property to sub nodes

2017-04-12 Thread Vikas Manocha
This patch is required for correct SPL device tree creation by fdtgrep as fdtgrep looks for u-boot,dm-pre-reloc property of the node to include it in the spl device tree. Not adding it in these subnodes ignores the pin muxing of peripherals which is almost always in the subnodes. Signed-off-by: