]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx9: imx93_evk: add low drive mode support on 11x11 EVK
authorPeng Fan <peng.fan@nxp.com>
Fri, 28 Apr 2023 04:08:35 +0000 (12:08 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 21 May 2023 14:54:41 +0000 (16:54 +0200)
commitd59b9c38c23499e5f8891a2aa153594f3c3d9a74
treeb9447434d1c27b834dada5f91d59dad9a56aeb54
parent8e9c0a14f9b81726b98ce5f749234fb52c6a71ab
imx9: imx93_evk: add low drive mode support on 11x11 EVK

Add a static u-boot config for i.MX93 low drive mode support. When
low drive mode is enabled, VDD_SOC is set to 0.75V. Bus clocks,
A55 core clock (900Mhz), DDR clock (1866MTS), and some peripherals
clocks (USDHC/FLEXSPI/PDM/DISP_PIX/CAM_PIX) must decrease to meet
max frequencies in low drive mode.

Also set standby voltage for buck1

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx93_evk/MAINTAINERS
board/freescale/imx93_evk/Makefile
board/freescale/imx93_evk/lpddr4x_timing_ld.c [new file with mode: 0644]
board/freescale/imx93_evk/spl.c
configs/imx93_11x11_evk_ld_defconfig [new file with mode: 0644]