mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
ARM: stm32: add support for STM32MP151
This patch adds initial support of STM32MP151 microprocessor (MPU) based on Arm Cortex-A7. New Cortex-A infrastructure (gic, timer,...) are selected if ARCH_MULTI_V7 is defined. Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Roan van Dijk <roan@protonic.nl> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
1b9f0ec81a
commit
76afff432f
@ -21,6 +21,7 @@ static const char *const stm32_compat[] __initconst = {
|
||||
"st,stm32mp131",
|
||||
"st,stm32mp133",
|
||||
"st,stm32mp135",
|
||||
"st,stm32mp151",
|
||||
"st,stm32mp157",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user