diff options
author | Sandeep Paulraj <s-paulraj@ti.com> | 2010-12-28 17:38:22 -0500 |
---|---|---|
committer | Albert Aribaud <albert.aribaud@free.fr> | 2011-02-02 00:54:44 +0100 |
commit | b157dd51de35405940b5b6454f6e5b0bf3abd102 (patch) | |
tree | 9d525564eb29fc6ca957ed353f9e847adcdce6e3 /arch/arm/include/asm/arch-davinci | |
parent | 04f15b3b1ab7f80c538e4eb47cd65def760b8dd5 (diff) | |
download | u-boot-imx-b157dd51de35405940b5b6454f6e5b0bf3abd102.zip u-boot-imx-b157dd51de35405940b5b6454f6e5b0bf3abd102.tar.gz u-boot-imx-b157dd51de35405940b5b6454f6e5b0bf3abd102.tar.bz2 |
DaVinci DM6467: Enhance board Support
Support for DM6467 was incomplete and the build failed
as well. Patches were sent to the list but have not been
added. This enhances the DM6467 support.
Some more patches will need to be sent to bring
it in line with what is available in internal TI
trees
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-davinci')
-rw-r--r-- | arch/arm/include/asm/arch-davinci/hardware.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h index b95fa97..df3f549 100644 --- a/arch/arm/include/asm/arch-davinci/hardware.h +++ b/arch/arm/include/asm/arch-davinci/hardware.h @@ -209,6 +209,7 @@ typedef volatile unsigned int * dv_reg_p; #define DAVINCI_DM646X_LPSC_EMAC 14 #define DAVINCI_DM646X_LPSC_UART0 26 #define DAVINCI_DM646X_LPSC_I2C 31 +#define DAVINCI_DM646X_LPSC_TIMER0 34 #else /* CONFIG_SOC_DA8XX */ |