Skip to content

Commit

Permalink
[review] plat-stm32mp1: shared_resources: remove pin/GPIO secure stat…
Browse files Browse the repository at this point in the history
…e management

Fix panic trace message.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Nov 28, 2024
1 parent 40e5cf8 commit 5ebc769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/plat-stm32mp1/shared_resources.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static void register_periph(enum stm32mp_shres id, enum shres_state state)
case STM32MP1_SHRES_GPIOZ(5):
case STM32MP1_SHRES_GPIOZ(6):
case STM32MP1_SHRES_GPIOZ(7):
panic("Deprecated registering of GPIOz resources");
panic("Deprecated registering of GPIOZ resources");
break;
case STM32MP1_SHRES_PLL3:
panic("Deprecated registering of PLL3 resources");
Expand Down

0 comments on commit 5ebc769

Please sign in to comment.