Commit baf20a7d1ae95859c8414c4a22bc4493ce230b13

Authored by Patrice Chotard
Committed by Tom Rini
1 parent 020da843fc

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: Patrice Chotard <patrice.chotard@st.com>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

arch/arm/dts/stm32f7-u-boot.dtsi
... ... @@ -26,4 +26,8 @@
26 26 &pwrcfg {
27 27 u-boot,dm-pre-reloc;
28 28 };
  29 +
  30 +&clk_hse {
  31 + u-boot,dm-pre-reloc;
  32 +};