diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-04-04 14:52:01 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 10:03:39 +0100 |
commit | e9f1ddcdec54d32892a0a749de017a39c6c84beb (patch) | |
tree | 9c1a97e0a2a724abddd1604e5f95234cdbd69653 /arch/arm/mach-omap2/vp.h | |
parent | ARM: OMAP2+: PRM: add generic API for clear_mod_irqs (diff) | |
download | linux-e9f1ddcdec54d32892a0a749de017a39c6c84beb.tar.xz linux-e9f1ddcdec54d32892a0a749de017a39c6c84beb.zip |
ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdone
PRM driver now only exports a generic API for clearing / checking
VP txdone status.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/vp.h')
-rw-r--r-- | arch/arm/mach-omap2/vp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/vp.h b/arch/arm/mach-omap2/vp.h index 0fdf7080e4a6..7e0829682bd0 100644 --- a/arch/arm/mach-omap2/vp.h +++ b/arch/arm/mach-omap2/vp.h @@ -21,15 +21,6 @@ struct voltagedomain; -/* - * Voltage Processor (VP) identifiers - */ -#define OMAP3_VP_VDD_MPU_ID 0 -#define OMAP3_VP_VDD_CORE_ID 1 -#define OMAP4_VP_VDD_CORE_ID 0 -#define OMAP4_VP_VDD_IVA_ID 1 -#define OMAP4_VP_VDD_MPU_ID 2 - /* XXX document */ #define VP_IDLE_TIMEOUT 200 #define VP_TRANXDONE_TIMEOUT 300 |