diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2008-05-07 03:41:26 (GMT) |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-07 03:41:26 (GMT) |
commit | c2f9527979c14a21bbaa31c12a14204aabeb6e45 (patch) | |
tree | d60ec334a6ccc5804c87f22d721eb5b986f99ccb /include/asm-blackfin/mach-bf533/defBF532.h | |
parent | 67dea022d84f7c2b1e4d8c74a16fb07bf1a7d8f0 (diff) | |
download | linux-fsl-qoriq-c2f9527979c14a21bbaa31c12a14204aabeb6e45.tar.xz |
[Blackfin] arch: Equalize include files: Add VR_CTL masks
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include/asm-blackfin/mach-bf533/defBF532.h')
-rw-r--r-- | include/asm-blackfin/mach-bf533/defBF532.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-bf533/defBF532.h b/include/asm-blackfin/mach-bf533/defBF532.h index 17e1548..0ab4dd7 100644 --- a/include/asm-blackfin/mach-bf533/defBF532.h +++ b/include/asm-blackfin/mach-bf533/defBF532.h @@ -468,6 +468,8 @@ #define VLEV_110 0x00B0 /* VLEV = 1.10 V (-5% - +10% Accuracy) */ #define VLEV_115 0x00C0 /* VLEV = 1.15 V (-5% - +10% Accuracy) */ #define VLEV_120 0x00D0 /* VLEV = 1.20 V (-5% - +10% Accuracy) */ +#define VLEV_125 0x00E0 /* VLEV = 1.25 V (-5% - +10% Accuracy) */ +#define VLEV_130 0x00F0 /* VLEV = 1.30 V (-5% - +10% Accuracy) */ #define WAKE 0x0100 /* Enable RTC/Reset Wakeup From Hibernate */ #define SCKELOW 0x8000 /* Do Not Drive SCKE High During Reset After Hibernate */ |