Re: [PATCH] arm:suniv:complete the serial port configuration of Suniv

2024-04-18 Thread Andre Przywara
On Wed, 13 Mar 2024 13:33:23 +0800 lhdj...@126.com wrote: Hi, > From: lhdjply > > 111 There should be a proper commit message here, explaining *why* this patch is needed. So what does this patch or which problem does it solve? Please note that I consider those "SUNxx_GPy_UARTz" symbols

[PATCH] arm:suniv:complete the serial port configuration of Suniv

2024-03-13 Thread lhdjply
From: lhdjply 111 Signed-off-by: lhdjply --- arch/arm/mach-sunxi/board.c | 4 ++-- include/sunxi_gpio.h| 6 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunxi/board.c index f4dbb2a740..b91c9629e4 100644 ---