mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-29 09:41:36 +02:00
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>
This commit is contained in:
parent
020da843fc
commit
baf20a7d1a
@ -26,3 +26,7 @@
|
|||||||
&pwrcfg {
|
&pwrcfg {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clk_hse {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user