]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8e69d4ff02b63fe52421de8fef1f02e8fa28f769
tree3fe78380cb3a0ac617f89cf68abba33a883f3627
parent1ee668bdc4eba2364977f774686211baa12ebefa
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]