diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-03-20 11:45:14 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 20:45:28 -0400 |
commit | e16750ff0e435bc7a41954f27607c663f27857bc (patch) | |
tree | 6330bf5416ed83f11a506dbc58e4be168418ef58 /arch/arm/mach-stm32mp/include/mach | |
parent | b90f0e7c37f30868786e560fed80e487b39b3761 (diff) |
stm32mp: add syscon for STGEN
Add STGEN as SYSCON device: allow access to device address
defined in device tree
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/include/mach')
-rw-r--r-- | arch/arm/mach-stm32mp/include/mach/stm32.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/stm32.h b/arch/arm/mach-stm32mp/include/mach/stm32.h index 40faeb0814..c7a27894c4 100644 --- a/arch/arm/mach-stm32mp/include/mach/stm32.h +++ b/arch/arm/mach-stm32mp/include/mach/stm32.h @@ -25,6 +25,11 @@ #define STM32_DDR_SIZE SZ_1G #ifndef __ASSEMBLY__ +/* enumerated used to identify the SYSCON driver instance */ +enum { + STM32MP_SYSCON_UNKNOWN, + STM32MP_SYSCON_STGEN, +}; /* * enumerated for boot interface from Bootrom, used in TAMP_BOOT_CONTEXT |