Re: [U-Boot] [PATCH v2 1/6] sunxi: Use axp221 sid on a33

2015-05-21 Thread Ian Campbell
On Wed, 2015-05-20 at 15:35 +0200, Hans de Goede wrote: > Unlike the A31 and the A23 the A33 actually has a SID inside the SoC again, > but sid[3] is 0 (at least on some SoCs), so it is better to use the axp221 > sid. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___

[U-Boot] [PATCH v2 1/6] sunxi: Use axp221 sid on a33

2015-05-20 Thread Hans de Goede
Unlike the A31 and the A23 the A33 actually has a SID inside the SoC again, but sid[3] is 0 (at least on some SoCs), so it is better to use the axp221 sid. Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/cpu_info.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --g