From: Patrice Chotard <patrice.chot...@st.com>

This is a workaround to bind clocks fixed-clocks subnodes.
This constraint has been invoked here [1].

A new proposal has been sent to U-boot mailing list to
avoid this workaround [2]

[1] http://patchwork.ozlabs.org/patch/558837/
[2] http://patchwork.ozlabs.org/patch/795829/

Signed-off-by: Patrice Chotard <patrice.chot...@st.com>
---
 arch/arm/dts/stm32h743.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi
index c9610f5..eb66872 100644
--- a/arch/arm/dts/stm32h743.dtsi
+++ b/arch/arm/dts/stm32h743.dtsi
@@ -46,6 +46,11 @@
 
 / {
        clocks {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               u-boot,dm-pre-reloc;
+
                clk_hse: clk-hse {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to