Skip to content

Commit 1fabdd3

Browse files
Mathieu Choplainkartben
authored andcommitted
bindings: phy: stm32u5-otghs-phy: remove U suffix in DT snippets
After PR 79683, DTSI files were full of U-suffixed constants in the clock configurations. This was copied verbatim in this file even though the U prefix should not be used. Remove the useless U suffixes in DT snippets of this binding. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent 2c9f067 commit 1fabdd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dts/bindings/phy/st,stm32u5-otghs-phy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ properties:
2222
Supported configurations:
2323
2424
/* HSE */
25-
clocks = <&rcc STM32_CLOCK(AHB2, 15U)>,
25+
clocks = <&rcc STM32_CLOCK(AHB2, 15)>,
2626
<&rcc STM32_SRC_HSE OTGHS_SEL(0)>;
2727
2828
/* HSE/2 */
29-
clocks = <&rcc STM32_CLOCK(AHB2, 15U)>,
29+
clocks = <&rcc STM32_CLOCK(AHB2, 15)>,
3030
<&rcc (STM32_SRC_HSE | STM32_CLOCK_DIV(2)) OTGHS_SEL(2)>;
3131
3232
/* PLL1_P_CK */
33-
clocks = <&rcc STM32_CLOCK(AHB2, 15U)>,
33+
clocks = <&rcc STM32_CLOCK(AHB2, 15)>,
3434
<&rcc STM32_SRC_PLL1_P OTGHS_SEL(1)>;
3535
3636
/* PLL1_P_CK/2 */
37-
clocks = <&rcc STM32_CLOCK(AHB2, 15U)>,
37+
clocks = <&rcc STM32_CLOCK(AHB2, 15)>,
3838
<&rcc (STM32_SRC_PLL1_P | STM32_CLOCK_DIV(2)) OTGHS_SEL(3)>;
3939
4040
clock-reference:

0 commit comments

Comments
 (0)