diff options
author | Hugo Villeneuve <hugo.villeneuve@lyrtech.com> | 2008-11-21 14:35:56 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-02-22 13:42:25 +0100 |
commit | 0cd18fa982f9a8c1a90ce971379a7d6408976d48 (patch) | |
tree | cb6d1a39e0f8d2b4159970e0389e08b255925c5a /board/davinci/common/psc.h | |
parent | d3be1bcae7a8207e0a79ffd035d0e90f80378295 (diff) | |
download | u-boot-imx-0cd18fa982f9a8c1a90ce971379a7d6408976d48.zip u-boot-imx-0cd18fa982f9a8c1a90ce971379a7d6408976d48.tar.gz u-boot-imx-0cd18fa982f9a8c1a90ce971379a7d6408976d48.tar.bz2 |
ARM DaVinci: Add common peripherals and modules enable functions.
Taken all the duplicated code for enabling common modules and apply
software workarounds from the board specific code into common
functions. Also added comments explaining the workarounds
(from TI errata documents) and replaced some numerical bit numbers
with more meaningful defines.
Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
Diffstat (limited to 'board/davinci/common/psc.h')
-rw-r--r-- | board/davinci/common/psc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/davinci/common/psc.h b/board/davinci/common/psc.h index 6ab2575..b18a185 100644 --- a/board/davinci/common/psc.h +++ b/board/davinci/common/psc.h @@ -24,5 +24,8 @@ void lpsc_on(unsigned int id); void dsp_on(void); +void davinci_enable_uart0(void); +void davinci_enable_emac(void); +void davinci_enable_i2c(void); #endif /* __PSC_H */ |