Skip to content

Commit 487386e

Browse files
uLipekartben
authored andcommitted
boards: witte: linum: fix CAN controller settings.
To match the fixed RCC/Clock settings. Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
1 parent cc64b17 commit 487386e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

boards/witte/linum/linum.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,16 +249,12 @@ zephyr_udc0: &usbotg_fs {
249249
};
250250

251251
&fdcan1 {
252-
clocks = <&rcc STM32_CLOCK(APB1_2, 8)>,
253-
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
254252
pinctrl-0 = <&fdcan1_tx_ph13 &fdcan1_rx_ph14>;
255253
pinctrl-names = "default";
256254
status = "okay";
257255
};
258256

259257
&fdcan2 {
260-
clocks = <&rcc STM32_CLOCK(APB1_2, 8)>,
261-
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
262258
pinctrl-0 = <&fdcan2_rx_pb12 &fdcan2_tx_pb13>;
263259
pinctrl-names = "default";
264260
status = "okay";

0 commit comments

Comments
 (0)