diff options
| author | Dario Binacchi <[email protected]> | 2025-04-27 09:43:23 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-11 12:00:05 -0600 |
| commit | e543e8b4094f7fa766412e5b7877dc321a9a8474 (patch) | |
| tree | 0339de8b4f292631eb9c82889f4ff26ebe9af88d | |
| parent | 484f098b2f73ed01e45c881a8e465718457a1a06 (diff) | |
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]>
[ upstream commit: ecab3c40fa49a2073c4c916ebff9496a6b5db7bd ]
(cherry picked from commit aae9a01929183784bf3e2a8001aba408bd0dadf3)
| -rw-r--r-- | dts/upstream/include/dt-bindings/clock/stm32h7-clks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/upstream/include/dt-bindings/clock/stm32h7-clks.h b/dts/upstream/include/dt-bindings/clock/stm32h7-clks.h index 6637272b324..330b39c2c30 100644 --- a/dts/upstream/include/dt-bindings/clock/stm32h7-clks.h +++ b/dts/upstream/include/dt-bindings/clock/stm32h7-clks.h @@ -126,8 +126,8 @@ #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 |
