Skip to content

Commit

Permalink
[Review] plat-stm32mp2: add VDERAM SYSCFG support
Browse files Browse the repository at this point in the history
Align SYSCFG_VDERAMCR with other definitions.

Signed-off-by: Gatien Chevallier <[email protected]>
  • Loading branch information
GseoC committed Oct 24, 2024
1 parent 207c35c commit bbab2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/plat-stm32mp2/stm32_sysconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum syscon_banks {
/*
* SYSCFG register offsets (base relative)
*/
#define SYSCFG_VDERAMCR SYSCON_ID(SYSCON_SYSCFG, 0x1800U)
#define SYSCFG_VDERAMCR SYSCON_ID(SYSCON_SYSCFG, 0x1800)

/*
* SYSCFG_VDERAMCR register offsets
Expand Down

0 comments on commit bbab2be

Please sign in to comment.