commit | f22f3dc996a55047334a2e9312ac440877174470 | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Wed Apr 12 14:16:36 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:57:30 2017 -0400 |
tree | 3fe78380cb3a0ac617f89cf68abba33a883f3627 | |
parent | d7f53065d9193407a95af412393c9b11709fe231 [diff] |
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>