summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-davinci/hardware.h
diff options
context:
space:
mode:
authorEric Benard <eric@eukrea.com>2013-04-22 05:54:59 +0000
committerTom Rini <trini@ti.com>2013-05-10 08:25:56 -0400
commit81ac7e51ccf2984e9c0964a883d6b7e8fe875aad (patch)
tree3b1ba5d0cea874ef4f798090b03d60b77d481f0d /arch/arm/include/asm/arch-davinci/hardware.h
parent0b800a6b267de24466ca5a463db6497d7362f128 (diff)
downloadblackbird-obmc-uboot-81ac7e51ccf2984e9c0964a883d6b7e8fe875aad.tar.gz
blackbird-obmc-uboot-81ac7e51ccf2984e9c0964a883d6b7e8fe875aad.zip
da850: provide davinci_enable_uart0
this is needed to bring UART0 out of reset but this function currently only exists for dm644x/355/365/646x when da850 (at least am1808 also need it). Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'arch/arm/include/asm/arch-davinci/hardware.h')
-rw-r--r--arch/arm/include/asm/arch-davinci/hardware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h
index 6eed6c95a7..a9017e4683 100644
--- a/arch/arm/include/asm/arch-davinci/hardware.h
+++ b/arch/arm/include/asm/arch-davinci/hardware.h
@@ -346,6 +346,8 @@ void davinci_errata_workarounds(void);
#define PSC_PSC0_MODULE_ID_CNT 16
#define PSC_PSC1_MODULE_ID_CNT 32
+#define UART0_PWREMU_MGMT (0x01c42030)
+
struct davinci_psc_regs {
dv_reg revid;
dv_reg rsvd0[71];
OpenPOWER on IntegriCloud