diff options
| author | Patrice Chotard <[email protected]> | 2024-01-04 13:37:50 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2024-01-19 14:03:28 +0100 |
| commit | ea5a4d69d84eb6fc0b5bda6a45cee2de255da256 (patch) | |
| tree | 8da0b38fc0939f7cbcc2ae35df677b118299bf49 | |
| parent | f7cca7ccc5117eaafcc2bde91ad1bed6fee7cfc3 (diff) | |
ARM: dts: stm32: Fix reset for usart1 in scmi configuration
In SCMI configuration, usart1 is secure, so all its resources are secured
(clock and reset) and can't be set/unset by non-secure world but by OP-TEE.
Fixes: 6cccc8d396bf ("ARM: dts: stm32: add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32mp15-scmi-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi b/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi index 7c8fec6cbfb..79494ecad90 100644 --- a/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15-scmi-u-boot.dtsi @@ -135,7 +135,7 @@ }; &usart1 { - resets = <&rcc USART1_R>; + resets = <&scmi_reset RST_SCMI_USART1>; }; &usart2 { |
