diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-05 17:20:10 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:18:53 +0200 |
commit | 72d18583a1c771f486bdef8f2747cbbcda1094f6 (patch) | |
tree | b7ea6010d6acdd226f9c469aaf9d4316a2471dc9 /arch/arm/mach-stm32mp/include | |
parent | f59ad456ffb2d67bc7daf0682b29f873258fe02b (diff) | |
download | u-boot-72d18583a1c771f486bdef8f2747cbbcda1094f6.tar.gz |
stm32mp1: syscon: remove etzpc support
Support for ETZPC is removed as this device is not present
in Linux kernel device tree.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/include')
-rw-r--r-- | arch/arm/mach-stm32mp/include/mach/stm32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/stm32.h b/arch/arm/mach-stm32mp/include/mach/stm32.h index 6795352044..1e3299a16d 100644 --- a/arch/arm/mach-stm32mp/include/mach/stm32.h +++ b/arch/arm/mach-stm32mp/include/mach/stm32.h @@ -36,7 +36,6 @@ /* enumerated used to identify the SYSCON driver instance */ enum { STM32MP_SYSCON_UNKNOWN, - STM32MP_SYSCON_ETZPC, STM32MP_SYSCON_PWR, STM32MP_SYSCON_STGEN, STM32MP_SYSCON_SYSCFG, |