diff options
| author | Peng Fan <[email protected]> | 2022-07-26 16:41:11 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-07-26 11:29:01 +0200 |
| commit | feaf8e0cf03ef030ed7ebd6db2fa7a1ad3be25d0 (patch) | |
| tree | 62c2ad092227cecfa9d2bcf4bb6746542379da5e /board | |
| parent | 86a179703c3b514fffa13aef191f2b86cfc11f8e (diff) | |
imx: imx93_evk: Set ARM clock to 1.7Ghz
Set ARM clock to OD frequency 1.7Ghz, since we have set PMIC VDD_SOC
to Overdrive voltage 0.9V
Signed-off-by: Ye Li <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/freescale/imx93_evk/spl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/imx93_evk/spl.c b/board/freescale/imx93_evk/spl.c index ca33f943424..38cfbac6ea6 100644 --- a/board/freescale/imx93_evk/spl.c +++ b/board/freescale/imx93_evk/spl.c @@ -108,6 +108,9 @@ void board_init_f(ulong dummy) } power_init_board(); + /* 1.7GHz */ + set_arm_clk(1700000000); + /* Init power of mix */ soc_power_init(); |
