Skip to content

Commit eefebb4

Browse files
erwangofabiobaltieri
authored andcommitted
dts: stm32l4: Clean up comment from can nodes
Remove use less comments Signed-off-by: Erwan Gouriou <[email protected]>
1 parent a3ce6cc commit eefebb4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dts/arm/st/l4/stm32l432.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
reg = <0x40006400 0x400>;
5858
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
5959
interrupt-names = "TX", "RX0", "RX1", "SCE";
60-
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
60+
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
6161
status = "disabled";
6262
};
6363

dts/arm/st/l4/stm32l451.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
reg = <0x40006400 0x400>;
149149
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
150150
interrupt-names = "TX", "RX0", "RX1", "SCE";
151-
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
151+
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
152152
status = "disabled";
153153
};
154154

dts/arm/st/l4/stm32l471.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
reg = <0x40006400 0x400>;
280280
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
281281
interrupt-names = "TX", "RX0", "RX1", "SCE";
282-
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
282+
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
283283
status = "disabled";
284284
};
285285

dts/arm/st/l4/stm32l4p5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
reg = <0x40006400 0x400>;
346346
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
347347
interrupt-names = "TX", "RX0", "RX1", "SCE";
348-
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
348+
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
349349
status = "disabled";
350350
};
351351

0 commit comments

Comments
 (0)