
12 Apr
2017
12 Apr
'17
7:27 p.m.
On Tue, Apr 04, 2017 at 04:59:06PM -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 muxing of peripherals which is almost always in the subnodes.
Signed-off-by: Vikas Manocha vikas.manocha@st.com
arch/arm/dts/stm32f746-disco.dts | 8 +++++++-
This should be done in arch/arm/dts/stm32f746-u-boot.dtsi or similar, see scripts/Makefile.lib for the logic on how we pick these files up, thanks!
--
Tom