Skip to content
Snippets Groups Projects
Commit baf20a7d authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-boot


In order to retrieve the clk_hse fixed clock phandle in clk_stm32f driver,
add "u-boot,dm-pre-reloc" property in Uboot specific DT file.

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 020da843
No related branches found
No related tags found
No related merge requests found
...@@ -26,3 +26,7 @@ ...@@ -26,3 +26,7 @@
&pwrcfg { &pwrcfg {
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
&clk_hse {
u-boot,dm-pre-reloc;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment