Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added compatibility support for 151 and 153
Added Device Tree compatibility support for "st,stm32mp151" and "st,stm32mp153"
 because CubeMX generates compatble string for those MPU versions.
 for example: compatible = "st,stm32mp151c-stm32mp151caax-mx", "st,stm32mp151";
  • Loading branch information
koansoftware authored Mar 5, 2020
commit 6e017079ecd087bf7c47216d8df295d8423ff68f
2 changes: 2 additions & 0 deletions arch/arm/mach-stm32/board-dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ static const char *const stm32_compat[] __initconst = {
"st,stm32f746",
"st,stm32f769",
"st,stm32h743",
"st,stm32mp151",
"st,stm32mp153",
"st,stm32mp157",
NULL
};
Expand Down