Skip to content

Commit ecab3c4

Browse files
passgatAlexandre Torgue
authored andcommitted
dt-bindings: clock: stm32h7: rename USART{7,8}_CK to UART{7,8}_CK
As stated in the reference manual RM0433, the STM32H743 MCU has USART1/2/3/6, UART4/5/7/8, and LPUART1. The patches make all the clock macros for the serial ports consistent with the documentation. Signed-off-by: Dario Binacchi <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Torgue <[email protected]>
1 parent cb0c6e1 commit ecab3c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/dt-bindings/clock/stm32h7-clks.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
#define ADC3_CK 128
127127
#define DSI_CK 129
128128
#define LTDC_CK 130
129-
#define USART8_CK 131
130-
#define USART7_CK 132
129+
#define UART8_CK 131
130+
#define UART7_CK 132
131131
#define HDMICEC_CK 133
132132
#define I2C3_CK 134
133133
#define I2C2_CK 135

0 commit comments

Comments
 (0)