mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
clk: mpfs_clk: Enable DM_FLAG_PRE_RELOC flag
This driver is needed in the pre-relocation phase as the serial driver depends on it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Padmarao Begari <padmarao.begari@microchip.com> Tested-by: Padmarao Begari <padmarao.begari@microchip.com>
This commit is contained in:
parent
e9b62617fa
commit
53a97d22f1
@ -120,4 +120,5 @@ U_BOOT_DRIVER(mpfs_clk) = {
|
||||
.ops = &mpfs_clk_ops,
|
||||
.probe = mpfs_clk_probe,
|
||||
.priv_auto = sizeof(struct clk),
|
||||
.flags = DM_FLAG_PRE_RELOC,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user