Skip to content
Snippets Groups Projects
Commit f22f3dc9 authored by Vikas Manocha's avatar Vikas Manocha Committed by Tom Rini
Browse files

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: default avatarVikas Manocha <vikas.manocha@st.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent d7f53065
No related branches found
No related tags found
No related merge requests found
&pinctrl {
usart1_pins_a: usart1@0 {
u-boot,dm-pre-reloc;
pins1 {
u-boot,dm-pre-reloc;
};
pins2 {
u-boot,dm-pre-reloc;
};
};
fmc_pins: fmc@0 {
u-boot,dm-pre-reloc;
pins
{
u-boot,dm-pre-reloc;
};
};
};
&fmc {
bank1: bank@0 {
u-boot,dm-pre-reloc;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment