Re: [patch v2] ARM add initial support for the Phytium Pe2201 Board. Add pe2201 platform code and the device tree of pe2201 platform board. The initial support comprises the UART and PCIe.

2023-12-15 Thread Tom Rini
On Fri, Dec 15, 2023 at 03:13:14PM +0800, tracymg...@outlook.com wrote: > From: TracyMg_Li > > Signed-off-by: TracyMg_Li You still have the commit message as the first line of the commit and it needs to be broken up in to the body of the message instead. [snip] > +/* BOOT */ > +#define

[patch v2] ARM add initial support for the Phytium Pe2201 Board. Add pe2201 platform code and the device tree of pe2201 platform board. The initial support comprises the UART and PCIe.

2023-12-15 Thread TracyMg_Li
From: TracyMg_Li Signed-off-by: TracyMg_Li --- arch/arm/Kconfig | 7 ++ arch/arm/dts/Makefile| 1 + arch/arm/dts/phytium-pe2201.dts | 43 +++ board/phytium/pe2201/Kconfig | 12 ++ board/phytium/pe2201/MAINTAINERS | 8 ++