diff options
| author | Alessandro Rubini <rubini@unipv.it> | 2009-12-05 13:39:41 +0100 | 
|---|---|---|
| committer | Anatolij Gustschin <agust@denx.de> | 2010-01-27 21:23:23 +0100 | 
| commit | d841978ea616e661e48f8da4045a71d6217823bd (patch) | |
| tree | 349da984d22802ec4bbcd78c287b1c4a6add5b7f | |
| parent | 3e446cbdf30221b9ca3a89b0f5abbfc691ce7755 (diff) | |
| download | olio-uboot-2014.01-d841978ea616e661e48f8da4045a71d6217823bd.tar.xz olio-uboot-2014.01-d841978ea616e661e48f8da4045a71d6217823bd.zip | |
include/nomadik.h: add physical address for cldc
Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
| -rw-r--r-- | include/nomadik.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/nomadik.h b/include/nomadik.h index d9405fd28..ea65b2d82 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 */ |