
Dear Minkyu,
The idea was to have Exynos4x10 and Exynos4x12 separately instead of Exynos4.
As for now, when we use ex. exynos4_gpio_part1 it is not obvious which Exynos we refer to.
Best regards,
Piotr Wilczek
From: Minkyu Kang [mailto:promsoft@gmail.com] Sent: Friday, December 07, 2012 10:57 AM To: Piotr Wilczek Cc: u-boot@lists.denx.de; Kyungmin Park Subject: Re: [U-Boot] [PATCH 0/6] EXYNOS: Add support for Exynos4x10
2012년 10월 13일 토요일에 Piotr Wilczek님이 작성:
This patch series adds Register base addresses, clock, gpio, power and system structures for Exynos4x10.
Piotr Wilczek (6): Exynos: Exynos4x10: Add base addresses for Exynos4x10 Exynos: Exynos4x10: Add clock structure for exynos4x10 Exynos: Exynos4x10: Add gpio structure for Exynos4X10 Exynos: Exynos4x10: add power structure for Exynos4x10 Exynos: Exynos4x10: add sysreg structure for exynos4x10 arm: trats: Use exynos4x10 structures on Trats board
arch/arm/include/asm/arch-exynos/clock.h | 236 +++++++++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/cpu.h | 43 +++++- arch/arm/include/asm/arch-exynos/gpio.h | 47 ++++++ arch/arm/include/asm/arch-exynos/power.h | 201 ++++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/system.h | 9 + board/samsung/trats/trats.c | 40 +++--- 6 files changed, 551 insertions(+), 25 deletions(-)
I've rechecked this patch.
Why we need to add exynos4x10?
exynos4x10 is same with exynos4.
Thanks.
Minkyu Kang.