[PATCH 14/42] imx9: simplify clk settings

2023-05-21 Thread sbabic
> From: Peng Fan > Simplify the clk root settings with an array > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,Managing Director: Erika

[PATCH 14/42] imx9: simplify clk settings

2023-04-27 Thread Peng Fan (OSS)
From: Peng Fan Simplify the clk root settings with an array Signed-off-by: Peng Fan --- arch/arm/include/asm/arch-imx9/clock.h | 6 arch/arm/mach-imx/imx9/clock.c | 38 +++--- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/arch/arm/include/as