summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-01-18 15:39:29 +0300
committerTom Rini <trini@konsulko.com>2018-01-28 17:39:05 +0300
commitbaf20a7d1ae95859c8414c4a22bc4493ce230b13 (patch)
tree1995ea4c8666525bc80d3f4ee998283fe0644189 /arch
parent020da843fc97d0945ad39b3f08a925cfc016fef3 (diff)
downloadu-boot-baf20a7d1ae95859c8414c4a22bc4493ce230b13.tar.xz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/stm32f7-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32f7-u-boot.dtsi b/arch/arm/dts/stm32f7-u-boot.dtsi
index a56ae93121..9a9e4e5f37 100644
--- a/arch/arm/dts/stm32f7-u-boot.dtsi
+++ b/arch/arm/dts/stm32f7-u-boot.dtsi
@@ -26,3 +26,7 @@
&pwrcfg {
u-boot,dm-pre-reloc;
};
+
+&clk_hse {
+ u-boot,dm-pre-reloc;
+};