summaryrefslogtreecommitdiff
path: root/lib/tiny-printf.c
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-08-27 22:04:27 +0200
committerFabio Estevam <festevam@gmail.com>2024-08-30 22:53:05 -0300
commit412a6f39737c01f2320e3ff8bc7aad7a8e2139ab (patch)
tree894a6d8227214d3ef5f39d469493018f77e7f94c /lib/tiny-printf.c
parentb16f6db6371026b1108eccf2bb29b14d656d9c35 (diff)
ARM: imx: Make PLL settings configurable at board level
Staticize intpll_configure(). Add weak board_imx_intpll_override() function which can be defined at board level to override specific PLL frequency settings early during boot. This can be used to for example force faster CPU core clock frequency if the hardware can handle it. Example of increasing CPU core clock to 1600 MHz on i.MX8M Plus: ``` int board_imx_intpll_override(enum pll_clocks pll, ulong *freq) { if (pll == ANATOP_ARM_PLL) *freq = MHZ(1600); return 0; } ``` Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'lib/tiny-printf.c')
0 files changed, 0 insertions, 0 deletions