From: Alessandro Rubini Date: Sat, 5 Dec 2009 12:39:41 +0000 (+0100) Subject: include/nomadik.h: add physical address for cldc X-Git-Tag: v2010.03-rc1~97^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d841978ea616e661e48f8da4045a71d6217823bd;p=oweals%2Fu-boot.git include/nomadik.h: add physical address for cldc Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo --- diff --git a/include/nomadik.h b/include/nomadik.h index d9405fd287..ea65b2d828 100644 --- a/include/nomadik.h +++ b/include/nomadik.h @@ -4,6 +4,7 @@ #define __NOMADIK_H__ /* Base addresses of our peripherals */ +#define NOMADIK_CLCDC_BASE 0x10120000 /* CLCD Controller */ #define NOMADIK_SRC_BASE 0x101E0000 /* System and Reset Cnt */ #define NOMADIK_PMU_BASE 0x101E9000 /* Power Management Unit */ #define NOMADIK_MPMC_BASE 0x10110000 /* SDRAM Controller */