[PATCH 10/42] imx9: configure M33 systick to 24M

2023-05-21 Thread sbabic
> From: Peng Fan > The M33 systick should be 24M per reference mannual, so correct it. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,M

[PATCH 10/42] imx9: configure M33 systick to 24M

2023-04-27 Thread Peng Fan (OSS)
From: Peng Fan The M33 systick should be 24M per reference mannual, so correct it. Signed-off-by: Peng Fan --- arch/arm/mach-imx/imx9/clock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/imx9/clock.c b/arch/arm/mach-imx/imx9/clock.c index 04f3116fd1