]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: phytec: phycore-imx93: Add VOLT_LOW_DRIVE frequency fixup
authorPrimoz Fiser <primoz.fiser@norik.com>
Thu, 7 Aug 2025 13:13:54 +0000 (15:13 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 8 Aug 2025 11:28:06 +0000 (08:28 -0300)
commitb6e2cfca1a6fd10c8f12016a40d690d2ec61796c
treec78f7b5b9e370eeffd05b7a2f5456c9f958ab512
parent442e752854bfbcfa9b7ac49eeecce33fb134ed95
board: phytec: phycore-imx93: Add VOLT_LOW_DRIVE frequency fixup

For phyCORE-i.MX93 SoMs with i.MX93 parts running in VOLT_LOW_DRIVE mode
(SoCs with speed grade fuse set to 900 MHz) reduce usdhc clocks from 400
MHz to 266 MHz. Do this in board code since global imx9 board_fix_fdt()
is not used in case of phycore-imx93 board since commit d3b9b7996889
("board: phytec: imx93: Add eeprom-based hardware introspection").

While at it, add a note to ft_board_setup() function to inform that
fixup for Linux device-tree is taken care by ft_system_setup() in imx9
global arch/arm/mach-imx/imx9/soc.c implementation.

Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
board/phytec/phycore_imx93/phycore-imx93.c