ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-boot
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 18 Jan 2018 12:39:29 +0000 (13:39 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 14:39:05 +0000 (09:39 -0500)
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>
arch/arm/dts/stm32f7-u-boot.dtsi

index a56ae9312100631e2a27f5cd561332f5d33d4797..9a9e4e5f3718b8fe5534c7a3314d682ebac1ff86 100644 (file)
@@ -26,3 +26,7 @@
 &pwrcfg {
        u-boot,dm-pre-reloc;
 };
+
+&clk_hse {
+       u-boot,dm-pre-reloc;
+};