Skip to content

Commit bb699ff

Browse files
mathieuchopstmkartben
authored andcommitted
tests: drivers: clock_control: stm32: remove "clocks" U suffix from overlay
Remove useless U suffix from one overlay of this test. Signed-off-by: Mathieu CHOPLAIN <[email protected]>
1 parent 8df73d5 commit bb699ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/f4_sdmmc48_pll.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
};
2323

2424
&sdmmc1 {
25-
clocks = <&rcc STM32_CLOCK(APB2, 11U)>,
25+
clocks = <&rcc STM32_CLOCK(APB2, 11)>,
2626
/* select one source for the sdmmc domain clock */
2727
<&rcc STM32_SRC_SYSCLK SDIO_SEL(1)>;
2828
/* <&rcc STM32_SRC_CK48 SDIO_SEL(0)>; */

0 commit comments

Comments
 (0)