Re: [PATCH v2 06/12] ARM: sunxi: Add clock and uart to sunxi headers

2022-01-28 Thread Andre Przywara
On Wed, 26 Jan 2022 08:53:23 -0500 Jesse Taube wrote: > From: Icenowy Zheng > > This patch aims to add header files for the suniv. > The header files included add support for uart, and clocks. > > Signed-off-by: Icenowy Zheng > Signed-off-by: Jesse Taube Thanks for the changes, looks good

[PATCH v2 06/12] ARM: sunxi: Add clock and uart to sunxi headers

2022-01-26 Thread Jesse Taube
From: Icenowy Zheng This patch aims to add header files for the suniv. The header files included add support for uart, and clocks. Signed-off-by: Icenowy Zheng Signed-off-by: Jesse Taube --- V1->V2: * Change commit description and topic * Change PLL6_CFG_DEFAULT * Combine APB1_GATE ifdefs *