[U-Boot] [PATCH 2/5] EXYNOS: Add Exynos4 I2C spacing

Joonyoung Shim dofmind at gmail.com
Thu Oct 11 03:10:32 CEST 2012


Hi, Protr.

2012/9/24 Piotr Wilczek <p.wilczek at samsung.com>:
> This patch add the spacing for i2c for Exynos4
>
> Signed-off-by: Piotr Wilczek <p.wilczek at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> CC: Minkyu Kang <mk7.kang at samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/cpu.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h
> index 5056b37..b70273c 100644
> --- a/arch/arm/include/asm/arch-exynos/cpu.h
> +++ b/arch/arm/include/asm/arch-exynos/cpu.h
> @@ -28,6 +28,8 @@
>  #define EXYNOS4_ADDR_BASE              0x10000000
>
>  /* EXYNOS4 */
> +#define EXYNOS4_I2C_SPACING            0x10000
> +

Also EXYNOS5_I2C_SPACING is 0x10000, so how about define just
EXYNOS_I2C_SPACING for both EXYNOS4 and EXYNOS5?

>  #define EXYNOS4_GPIO_PART3_BASE                0x03860000
>  #define EXYNOS4_PRO_ID                 0x10000000
>  #define EXYNOS4_SYSREG_BASE            0x10010000
> --
> 1.7.5.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot


-- 
- Joonyoung Shim


More information about the U-Boot mailing list