mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
fix(mt8196): fix wrong register offset of dptx on MT8196
Fix wrong register offset of dptx on MT8196. Change-Id: I46f7ac7751d14c9093b7b5bd1c741179a7fbbd34 Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
This commit is contained in:
parent
cea1549c95
commit
b38f8f7a3e
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@
|
|||
/*******************************************************************************
|
||||
* DP related constants
|
||||
******************************************************************************/
|
||||
#define EDP_SEC_BASE (IO_PHYS + 0x2EC50000)
|
||||
#define DP_SEC_BASE (IO_PHYS + 0x2EC10000)
|
||||
#define EDP_SEC_BASE (IO_PHYS + 0x2EC54000)
|
||||
#define DP_SEC_BASE (IO_PHYS + 0x2EC14000)
|
||||
#define EDP_SEC_SIZE (0x1000)
|
||||
#define DP_SEC_SIZE (0x1000)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue