diff mbox series

[U-Boot,1/6] ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-boot

Message ID 1516279174-30005-2-git-send-email-patrice.chotard@st.com
State Accepted
Commit baf20a7d1ae95859c8414c4a22bc4493ce230b13
Delegated to: Tom Rini
Headers show
Series Add stmf429-evaluation board support | expand

Commit Message

Patrice CHOTARD Jan. 18, 2018, 12:39 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

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 | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini Jan. 28, 2018, 6:52 p.m. UTC | #1
On Thu, Jan 18, 2018 at 01:39:29PM +0100, patrice.chotard@st.com wrote:

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

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/stm32f7-u-boot.dtsi b/arch/arm/dts/stm32f7-u-boot.dtsi
index a56ae93..9a9e4e5 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;
+};