diff options
| author | Roger Quadros <rogerq@ti.com> | 2013-11-11 16:56:40 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-12-04 08:12:09 -0500 | 
| commit | 8ffcf74bb057d049c379b2bdc126871c81215ec3 (patch) | |
| tree | 8b8c4279e5a7cdc1c55b31eab38af10e9dd682b9 /arch/arm/include/asm/arch-omap5/omap.h | |
| parent | 9c4b64fb612e3129823ba83691e08f4c6d2042ea (diff) | |
| download | olio-uboot-2014.01-8ffcf74bb057d049c379b2bdc126871c81215ec3.tar.xz olio-uboot-2014.01-8ffcf74bb057d049c379b2bdc126871c81215ec3.zip | |
ARM: OMAP5: Add PRCM and Control information for SATA
Adds the necessary PRCM and Control register information for
SATA on OMAP5.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/omap.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap5/omap.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index f1d116027..590235be0 100644 --- a/arch/arm/include/asm/arch-omap5/omap.h +++ b/arch/arm/include/asm/arch-omap5/omap.h @@ -64,6 +64,9 @@  /* QSPI */  #define QSPI_BASE		0x4B300000 +/* SATA */ +#define DWC_AHSATA_BASE		0x4A140000 +  /*   * Hardware Register Details   */ |