On Fri, 7 Jun 2024 03:12:59 +0300 Antony Pavlov <antonynpavlov@xxxxxxxxx> wrote: Hi All! Please fix misspelling in the subject of the original patch message. I have missed final "s" in the word "works". The subject should be "ARM: vexpress: make debug_ll works". > The UART address from dtb is used. > > Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> > --- > include/mach/vexpress/debug_ll.h | 12 +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) > > diff --git a/include/mach/vexpress/debug_ll.h b/include/mach/vexpress/debug_ll.h > index cd01d5d0185..3d67e7645d3 100644 > --- a/include/mach/vexpress/debug_ll.h > +++ b/include/mach/vexpress/debug_ll.h > @@ -7,17 +7,7 @@ > #ifndef __MACH_VEXPRESS_DEBUG_LL_H__ > #define __MACH_VEXPRESS_DEBUG_LL_H__ > > -#include <linux/amba/serial.h> > -#include <io.h> > - > -#define DEBUG_LL_PHYS_BASE 0x10000000 > -#define DEBUG_LL_PHYS_BASE_RS1 0x1c000000 > - > -#ifdef MP > -#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE > -#else > -#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE_RS1 > -#endif > +#define DEBUG_LL_UART_ADDR 0x1c090000 > > #include <debug_ll/pl011.h> > > -- > 2.39.0 > -- Best regards, Antony Pavlov