Skip to content

Commit f8450e4

Browse files
miggazElquezkartben
authored andcommitted
pinctrl: Add missing newline in .dtsi
Add a missing newline between two groups in the pin control .dtsi file for the ch32v003evt and the linkw board to comply with style rules. Signed-off-by: Miguel Gazquez <miguel.gazquez@bootlin.com>
1 parent 31d65aa commit f8450e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/wch/ch32v003evt/ch32v003evt-pinctrl.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
drive-push-pull;
1414
slew-rate = "max-speed-10mhz";
1515
};
16+
1617
group2 {
1718
pinmux = <USART1_RX_PD6_0>;
1819
bias-pull-up;

boards/wch/linkw/linkw-pinctrl.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
drive-push-pull;
1414
slew-rate = "max-speed-10mhz";
1515
};
16+
1617
group2 {
1718
pinmux = <USART2_RX_PA3_0>;
1819
bias-pull-up;

0 commit comments

Comments
 (0)