Skip to content

Commit 9777242

Browse files
etienne-lmskartben
authored andcommitted
boards: st: fix STM3N6 boards DTS files coding style
Fix board DTS coding style issues to prevent they spread when a new board is introduced and used this DTS as example start point. Issues addressed from Zephyr devicetree style guidelines [1]: - Insert a single empty line to separate nodes at the same hierarchy level. No functional change. Link: https://docs.zephyrproject.org/latest/contribute/style/devicetree.html [1] Signed-off-by: Etienne Carriere <[email protected]>
1 parent cb09d19 commit 9777242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ zephyr_udc0: &usbotg_hs1 {
374374
width = <800>;
375375
height = <480>;
376376
pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
377+
377378
display-timings {
378379
compatible = "zephyr,panel-timing";
379380
de-active = <0>;
@@ -387,6 +388,7 @@ zephyr_udc0: &usbotg_hs1 {
387388
hfront-porch = <8>;
388389
vfront-porch = <8>;
389390
};
391+
390392
def-back-color-red = <0xFF>;
391393
def-back-color-green = <0xFF>;
392394
def-back-color-blue = <0xFF>;

0 commit comments

Comments
 (0)