Hi Huan: Please rebase this patch on top of most recent master branch as it fail to apply due to changes of arch/riscv/dts/Makefile
On 10:00 Mon 09 Dec , Huan Zhou wrote: > From: Kongyang Liu <[email protected]> > > Add basic support for SpacemiT's Banana Pi F3 board. > Update the k1.dtsi align with mainline. > Note that the device tree files follow the mainline Linux source[1]. > > [1]. > https://patches.linaro.org/project/linux-serial/patch/[email protected]/ suggest style: Link: https://.. [1] > > Signed-off-by: Kongyang Liu <[email protected]> > Signed-off-by: Huan Zhou <[email protected]> > --- .. > diff --git a/include/configs/bananapi-f3.h b/include/configs/bananapi-f3.h > new file mode 100644 > index > 0000000000000000000000000000000000000000..aecf69cd4cf8ddaea7dee57bf1a8ce8dc5db513d > --- /dev/null > +++ b/include/configs/bananapi-f3.h > @@ -0,0 +1,13 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > +/* > + * Copyright (c) 2024, Kongyang Liu <[email protected]> > + * > + */ > + > +#ifndef __CONFIG_H > +#define __CONFIG_H > + > +#define CFG_SYS_SDRAM_BASE 0x0 > +#define CFG_SYS_NS16550_IER 0x40 I'd suggest to keep the comment.. #define CFG_SYS_NS16550_IER 0x40 /* UART Unit Enable */ > + > +#endif /* __CONFIG_H */ > > -- > 2.39.5 > -- Yixun Lan (dlan) Gentoo Linux Developer GPG Key ID AABEFD55

