dt-bindings: clock: stm32h7: rename USART{7,8}_CK to UART{7,8}_CK
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sun, 27 Apr 2025 07:43:23 +0000 (09:43 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jun 2025 18:00:05 +0000 (12:00 -0600)
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 <dario.binacchi@amarulasolutions.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250427074404.3278732-5-dario.binacchi@amarulasolutions.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
[ upstream commit: ecab3c40fa49a2073c4c916ebff9496a6b5db7bd ]

(cherry picked from commit aae9a01929183784bf3e2a8001aba408bd0dadf3)

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

index 6637272..330b39c 100644 (file)
 #define ADC3_CK 128
 #define DSI_CK 129
 #define LTDC_CK 130
-#define USART8_CK 131
-#define USART7_CK 132
+#define UART8_CK 131
+#define UART7_CK 132
 #define HDMICEC_CK 133
 #define I2C3_CK 134
 #define I2C2_CK 135