diff options
| author | Heiko Schocher <[email protected]> | 2011-09-14 19:59:34 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-30 22:00:58 +0200 |
| commit | e6862997bd208467f0bffd542dd635d27c15adaa (patch) | |
| tree | e74c1273caba09e1277aa2b5f0866dbe9f12900c | |
| parent | b841c01d6a9c00ea1a4168b30ad4d6f45b4e519e (diff) | |
arm, davinci: add some missing defines in hardware.h
Signed-off-by: Heiko Schocher <[email protected]>
Cc: Paulraj Sandeep <[email protected]>
Cc: Albert ARIBAUD <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-davinci/hardware.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h index dcc71d6095e..b6a3209ff96 100644 --- a/arch/arm/include/asm/arch-davinci/hardware.h +++ b/arch/arm/include/asm/arch-davinci/hardware.h @@ -322,6 +322,11 @@ void davinci_errata_workarounds(void); #else /* CONFIG_SOC_DA8XX */ +#define PSC_ENABLE 0x3 +#define PSC_DISABLE 0x2 +#define PSC_SYNCRESET 0x1 +#define PSC_SWRSTDISABLE 0x0 + #define PSC_PSC0_MODULE_ID_CNT 16 #define PSC_PSC1_MODULE_ID_CNT 32 @@ -464,6 +469,12 @@ struct davinci_syscfg1_regs { #define DDR_SLEW_CMOSEN_BIT 4 +#define VTP_POWERDWN (1 << 6) +#define VTP_LOCK (1 << 7) +#define VTP_CLKRZ (1 << 13) +#define VTP_READY (1 << 15) +#define VTP_IOPWRDWN (1 << 14) + /* Interrupt controller */ struct davinci_aintc_regs { dv_reg revid; |
