Skip to content

dts: bindings: stm32: Fix few inconsistencies #86576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dts/bindings/interrupt-controller/st,stm32g0-exti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

description: |
STM32 controller
STM32G0 External Interrupt controller
This compatible stands for all interrupt-controller blocks with two
dedicated Rising and Falling interrupt pending registers.

Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/interrupt-controller/st,stm32h7rs-exti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

description: |
STM32 controller
STM32H7RS External Interrupt controller
This compatible stands for the stm32H7RS interrupt-controller block
with two dedicated Rising and Falling interrupt pending registers

Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/timer/st,stm32-lptim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

description: |
STM32 lptim : low power timer
STM32 Low Power Timer (LPTIM)
The lptim node to be used for counting ticks during lowpower modes
must be named stm32_lp_tick_source in the DTS, as follows:
stm32_lp_tick_source: &lptim1 {
Expand Down
Loading