Skip to content

Commit 93fada9

Browse files
mathieuchopstmfabiobaltieri
authored andcommitted
boards: st: nucleo_wb05kz: use STM32_CLOCK
This board was introduced concurrently with the STM32_CLOCK macro, so the board's DTS uses the old method instead of the macro to specify clocks. Update the DTS to use the STM32_CLOCK macro as other places do now. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent 381d820 commit 93fada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_wb05kz/nucleo_wb05kz.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
pinctrl-names = "default";
152152
status = "okay";
153153
/* Select 64MHz clock for SPI3 */
154-
clocks = <&rcc STM32_CLOCK_BUS_APB1 (1 << 14)>,
154+
clocks = <&rcc STM32_CLOCK(APB1, 14)>,
155155
<&rcc STM32_SRC_SYSCLK SPI3_I2S3_SEL(3)>;
156156
};
157157

0 commit comments

Comments
 (0)