Re: [PATCH 2/2] arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock data

2023-06-01 Thread Tom Rini
On Thu, May 11, 2023 at 01:14:15PM +0530, Bhavya Kapoor wrote: > Add main_uart2 clocks in clk-data.c for J721E. Now, > main_uart2 clocks will be set up while booting the J721E SoC. > > Signed-off-by: Bhavya Kapoor Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signatu

[PATCH 2/2] arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock data

2023-05-11 Thread Bhavya Kapoor
Add main_uart2 clocks in clk-data.c for J721E. Now, main_uart2 clocks will be set up while booting the J721E SoC. Signed-off-by: Bhavya Kapoor --- arch/arm/mach-k3/j721e/clk-data.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-k3/j721e/clk-data.c b/arc