ARM: DT: STM32F746: add u-boot, dm-pre-reloc property to sub nodes
authorVikas Manocha <vikas.manocha@st.com>
Wed, 12 Apr 2017 21:16:36 +0000 (14:16 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:30 +0000 (11:57 -0400)
commitf22f3dc996a55047334a2e9312ac440877174470
tree3fe78380cb3a0ac617f89cf68abba33a883f3627
parentd7f53065d9193407a95af412393c9b11709fe231
ARM: DT: STM32F746: add u-boot, dm-pre-reloc property to sub nodes

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>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/stm32f7-u-boot.dtsi [new file with mode: 0644]