diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-05 17:20:11 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:18:53 +0200 |
commit | dfda7d4c834538c2e72992e420703a043d1e3f17 (patch) | |
tree | ecaf3f04397f980a501b66bfd51c5a4cee757234 /arch/arm/mach-stm32mp/include/mach | |
parent | 72d18583a1c771f486bdef8f2747cbbcda1094f6 (diff) | |
download | u-boot-dfda7d4c834538c2e72992e420703a043d1e3f17.tar.gz u-boot-dfda7d4c834538c2e72992e420703a043d1e3f17.tar.xz u-boot-dfda7d4c834538c2e72992e420703a043d1e3f17.zip |
stm32mp1: syscon: remove stgen
Reduce difference with kernel Linux 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/stm32.h b/arch/arm/mach-stm32mp/include/mach/stm32.h index 1e3299a16d..1d4b5482ac 100644 --- a/arch/arm/mach-stm32mp/include/mach/stm32.h +++ b/arch/arm/mach-stm32mp/include/mach/stm32.h @@ -15,6 +15,7 @@ #define STM32_DBGMCU_BASE 0x50081000 #define STM32_TZC_BASE 0x5C006000 #define STM32_ETZPC_BASE 0x5C007000 +#define STM32_STGEN_BASE 0x5C008000 #define STM32_TAMP_BASE 0x5C00A000 #define STM32_USART1_BASE 0x5C000000 @@ -37,7 +38,6 @@ enum { STM32MP_SYSCON_UNKNOWN, STM32MP_SYSCON_PWR, - STM32MP_SYSCON_STGEN, STM32MP_SYSCON_SYSCFG, }; |