diff options
author | Christine Gharzuzi <chrisg@marvell.com> | 2018-08-02 20:25:11 +0300 |
---|---|---|
committer | Konstantin Porotchkin <kostap@marvell.com> | 2018-09-03 16:06:11 +0300 |
commit | 1ab4df76bfecf0b3f52c8ec0ee5e102d09164b93 (patch) | |
tree | 1298b8834a9bb94a1a7bb76c67f7cc8c4fc1d57b /include/drivers/marvell/aro.h | |
parent | 6384f0acf0772ce1d0505b9c4b3671e53fb91240 (diff) | |
download | platform_external_arm-trusted-firmware-1ab4df76bfecf0b3f52c8ec0ee5e102d09164b93.tar.gz platform_external_arm-trusted-firmware-1ab4df76bfecf0b3f52c8ec0ee5e102d09164b93.tar.bz2 platform_external_arm-trusted-firmware-1ab4df76bfecf0b3f52c8ec0ee5e102d09164b93.zip |
plat: svc: ap807: add SVC configuration for AP807
- add svc configuration according to values burnt
to the chip efuse
Change-Id: Icf5d7cc41bc09ac2244d0a126106e681afebb064
Signed-off-by: Christine Gharzuzi <chrisg@marvell.com>
Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include/drivers/marvell/aro.h')
-rw-r--r-- | include/drivers/marvell/aro.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/marvell/aro.h b/include/drivers/marvell/aro.h index 3627a201c..37e211f0f 100644 --- a/include/drivers/marvell/aro.h +++ b/include/drivers/marvell/aro.h @@ -29,6 +29,7 @@ enum cpu_clock_freq_mode { CPU_1800_DDR_1050_RCLK_1050 = 0x7, CPU_1600_DDR_900_RCLK_900 = 0x0B, CPU_1600_DDR_1050_RCLK_1050 = 0x0D, + CPU_1600_DDR_1200_RCLK_1200 = 0x0D, CPU_1600_DDR_900_RCLK_900_2 = 0x0E, CPU_1000_DDR_650_RCLK_650 = 0x13, CPU_1300_DDR_800_RCLK_800 = 0x14, |