Re: [PATCH] aarch64/zynqmp: Fix UART base addresses and IRQ

2024-03-11 Thread Kinsey Moore
Looks good to me. The overall effect of this is no functional change. Thanks for the cleanup! Kinsey On Mon, Mar 11, 2024 at 8:25 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > The base addresses and IRQ numbers for UART 0 and 1 were interchanged. > Fix this and set BSP_CONSOL

[PATCH] aarch64/zynqmp: Fix UART base addresses and IRQ

2024-03-11 Thread Sebastian Huber
The base addresses and IRQ numbers for UART 0 and 1 were interchanged. Fix this and set BSP_CONSOLE_MINOR to 0 for this BSP family. --- bsps/aarch64/xilinx-zynqmp/console/console.c | 4 ++-- bsps/aarch64/xilinx-zynqmp/include/bsp/irq.h | 4 ++-- spec/build/bsps/optconminor.yml | 1 +