diff options
author | Manish Pandey <manish.pandey2@arm.com> | 2020-03-23 15:35:16 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-03-23 15:35:16 +0000 |
commit | 73d3941658c229435b2f4abeb872548b182a3663 (patch) | |
tree | e293fdf793e6879e02aaf8473dc78ced2b526895 /plat | |
parent | 907c58b2e12cbc7336b3f9d5977cc9ae8aeefae4 (diff) | |
parent | 5fac0d3228923875ec5acfbc676ffe50e7ec2c05 (diff) | |
download | platform_external_arm-trusted-firmware-73d3941658c229435b2f4abeb872548b182a3663.tar.gz platform_external_arm-trusted-firmware-73d3941658c229435b2f4abeb872548b182a3663.tar.bz2 platform_external_arm-trusted-firmware-73d3941658c229435b2f4abeb872548b182a3663.zip |
Merge "allwinner: H6: Fix GPIO and CCU memory map addresses" into integration
Diffstat (limited to 'plat')
-rw-r--r-- | plat/allwinner/sun50i_h6/include/sunxi_mmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/allwinner/sun50i_h6/include/sunxi_mmap.h b/plat/allwinner/sun50i_h6/include/sunxi_mmap.h index 0e204d0f0..702db770f 100644 --- a/plat/allwinner/sun50i_h6/include/sunxi_mmap.h +++ b/plat/allwinner/sun50i_h6/include/sunxi_mmap.h @@ -29,9 +29,9 @@ #define SUNXI_SID_BASE 0x03006000 #define SUNXI_DMA_BASE 0x03002000 #define SUNXI_MSGBOX_BASE 0x03003000 -#define SUNXI_CCU_BASE 0x03010000 +#define SUNXI_CCU_BASE 0x03001000 #define SUNXI_CCU_SEC_SWITCH_REG (SUNXI_CCU_BASE + 0xf00) -#define SUNXI_PIO_BASE 0x030b0000 +#define SUNXI_PIO_BASE 0x0300b000 #define SUNXI_TIMER_BASE 0x03009000 #define SUNXI_WDOG_BASE 0x030090a0 #define SUNXI_THS_BASE 0x05070400 |