Skip to content

Commit 2c9f067

Browse files
mathieuchopstmkartben
authored andcommitted
boards: fanke: fk723m1_zgt6: remove U suffix from "clocks" in DTS
Remove useless U suffix from this board's DTS. Signed-off-by: Mathieu CHOPLAIN <[email protected]>
1 parent 8651cd3 commit 2c9f067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/fanke/fk723m1_zgt6/fk723m1_zgt6.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ zephyr_udc0: &usbotg_hs {
120120
pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9 &sdmmc1_d2_pc10
121121
&sdmmc1_d3_pc11 &sdmmc1_ck_pc12 &sdmmc1_cmd_pd2>;
122122
pinctrl-names = "default";
123-
clocks = <&rcc STM32_CLOCK(AHB3, 16U)>,
123+
clocks = <&rcc STM32_CLOCK(AHB3, 16)>,
124124
<&rcc STM32_SRC_PLL1_Q SDMMC_SEL(0)>;
125125
disk-name = "SD";
126126
status = "okay";

0 commit comments

Comments
 (0)