Re: [PATCH v3 08/10] mach-sunxi: Add support for SUNIV architecture

2022-01-29 Thread Andre Przywara
On Sat, 29 Jan 2022 10:23:07 -0500 Jesse Taube wrote: > From: Icenowy Zheng > > Add support for the suniv architecture, which is newer ARM9 SoCs by > Allwinner. The design of it seems to be a mixture of sun3i, sun4i and > sun6i. Hey, many thanks for getting rid of those #ifdef's! There is one

[PATCH v3 08/10] mach-sunxi: Add support for SUNIV architecture

2022-01-29 Thread Jesse Taube
From: Icenowy Zheng Add support for the suniv architecture, which is newer ARM9 SoCs by Allwinner. The design of it seems to be a mixture of sun3i, sun4i and sun6i. Signed-off-by: Icenowy Zheng Signed-off-by: Jesse Taube --- V1->V2: * Remove change in s_init (sunxi: remove lowlevel_init) V2->V