Re: [U-Boot] [PATCH 07/12] sun9i: Add clock_sun9i.h with ccu register layout for sun9i

2015-01-17 Thread Ian Campbell
On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: > Add a headerfile with the sun9i ccu register layout. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

[U-Boot] [PATCH 07/12] sun9i: Add clock_sun9i.h with ccu register layout for sun9i

2015-01-15 Thread Hans de Goede
Add a headerfile with the sun9i ccu register layout. Signed-off-by: Hans de Goede --- arch/arm/include/asm/arch-sunxi/clock.h | 2 + arch/arm/include/asm/arch-sunxi/clock_sun9i.h | 139 ++ 2 files changed, 141 insertions(+) create mode 100644 arch/arm/include/asm