Add pre reloc flag to use this driver before relocation

Signed-off-by: Peng Fan <peng....@nxp.com>
---
 drivers/clk/clk_fixed_rate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/clk_fixed_rate.c b/drivers/clk/clk_fixed_rate.c
index 069e643fbc..debada1463 100644
--- a/drivers/clk/clk_fixed_rate.c
+++ b/drivers/clk/clk_fixed_rate.c
@@ -45,4 +45,5 @@ U_BOOT_DRIVER(clk_fixed_rate) = {
        .ofdata_to_platdata = clk_fixed_rate_ofdata_to_platdata,
        .platdata_auto_alloc_size = sizeof(struct clk_fixed_rate),
        .ops = &clk_fixed_rate_ops,
+       .flags = DM_FLAG_PRE_RELOC,
 };
-- 
2.16.4

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

Reply via email to