Re: [PATCH 1/2] arm: mach-k3: j721e: dev-data.c: Add main_uart2 device data

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

[PATCH 1/2] arm: mach-k3: j721e: dev-data.c: Add main_uart2 device data

2023-05-11 Thread Bhavya Kapoor
Add device data for main_uart2 in dev-data.c for J721E. Now, main_uart2 will be powered on while booting the J721E SoC. Signed-off-by: Bhavya Kapoor --- arch/arm/mach-k3/j721e/dev-data.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-k3/j721e/dev-data.c b/ar