Re: [U-Boot] [PATCH 5/9] ARM: sunxi: Add basic A23 support

2014-10-12 Thread Ian Campbell
On Sun, 2014-10-12 at 10:43 +0800, Chen-Yu Tsai wrote: > On Sat, Oct 11, 2014 at 11:58 PM, Ian Campbell wrote: > > On Tue, 2014-10-07 at 15:11 +0800, Chen-Yu Tsai wrote: > >> The basic blocks of the A23 are similar to the A31 (sun6i). Re-use > >> sun6i code for initial clock, gpio, and uart setup.

Re: [U-Boot] [PATCH 5/9] ARM: sunxi: Add basic A23 support

2014-10-11 Thread Chen-Yu Tsai
On Sat, Oct 11, 2014 at 11:58 PM, Ian Campbell wrote: > On Tue, 2014-10-07 at 15:11 +0800, Chen-Yu Tsai wrote: >> The basic blocks of the A23 are similar to the A31 (sun6i). Re-use >> sun6i code for initial clock, gpio, and uart setup. > > Do I take it that sun8i is also in the same position wrt D

Re: [U-Boot] [PATCH 5/9] ARM: sunxi: Add basic A23 support

2014-10-11 Thread Ian Campbell
On Tue, 2014-10-07 at 15:11 +0800, Chen-Yu Tsai wrote: > The basic blocks of the A23 are similar to the A31 (sun6i). Re-use > sun6i code for initial clock, gpio, and uart setup. Do I take it that sun8i is also in the same position wrt DRAM bring up code not existing yet and there therefore being n

[U-Boot] [PATCH 5/9] ARM: sunxi: Add basic A23 support

2014-10-07 Thread Chen-Yu Tsai
The basic blocks of the A23 are similar to the A31 (sun6i). Re-use sun6i code for initial clock, gpio, and uart setup. Signed-off-by: Chen-Yu Tsai --- arch/arm/Kconfig| 3 +++ arch/arm/cpu/armv7/sunxi/Makefile | 2 ++ arch/arm/cpu/armv7/sunxi/board.c| 3 +