Skip to content

Commit 8651cd3

Browse files
Mathieu Choplainkartben
authored andcommitted
boards: makerbase: mks_canable_v20: remove U suffix from "clocks" in DTS
Remove the useless "U" suffixes in the board's DTS. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent da8c0fc commit 8651cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/makerbase/mks_canable_v20/mks_canable_v20.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ stm32_lp_tick_source: &lptim1 {
7373
zephyr_udc0: &usb {
7474
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
7575
pinctrl-names = "default";
76-
clocks = <&rcc STM32_CLOCK(APB1, 23U)>,
76+
clocks = <&rcc STM32_CLOCK(APB1, 23)>,
7777
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
7878
status = "okay";
7979
};
8080

8181
&fdcan1 {
8282
pinctrl-0 = <&fdcan1_rx_pb8 &fdcan1_tx_pb9>;
8383
pinctrl-names = "default";
84-
clocks = <&rcc STM32_CLOCK(APB1, 25U)>,
84+
clocks = <&rcc STM32_CLOCK(APB1, 25)>,
8585
<&rcc STM32_SRC_PLL_Q FDCAN_SEL(1)>;
8686
status = "okay";
8787
};

0 commit comments

Comments
 (0)