Skip to content

Commit bbff45f

Browse files
kylebonnicinashif
authored andcommitted
DTS: format files using dts-linter 0.3.7-hotfix2
- Ensure that properties have 2 new lines when node is above it. - Enures that 1 new line is required between a node and #if/#ifdef... - Enures that 2 new line are required between #endif and node. - Wraps property values that exceed 100 characters in length. Signed-off-by: Kyle Bonnici <kylebonnici@hotmail.com>
1 parent d726022 commit bbff45f

File tree

74 files changed

+88
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+88
-19
lines changed

boards/hardkernel/odroid_go/odroid_go_procpu.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
disk-name = "SD";
156156
status = "okay";
157157
};
158+
158159
spi-max-frequency = <20000000>;
159160
};
160161
};

boards/nxp/frdm_k64f/frdm_k64f.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ arduino_spi: &spi0 {
173173
disk-name = "SD";
174174
status = "okay";
175175
};
176+
176177
spi-max-frequency = <DT_FREQ_M(24)>;
177178
};
178179
};

boards/nxp/imx943_evk/imx943_evk_mimx94398_m33.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
pin-id = <5>;
9797
prescaler = <1>;
9898
};
99+
99100
status = "okay";
100101
};
101102
};

boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_0.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
pin-id = <5>;
3737
prescaler = <1>;
3838
};
39+
3940
status = "okay";
4041
};
4142
};

boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_1.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
pin-id = <5>;
3737
prescaler = <1>;
3838
};
39+
3940
status = "okay";
4041
};
4142
};

boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ zephyr_udc0: &usbhs {
379379
disk-name = "SD2";
380380
status = "okay";
381381
};
382+
382383
pinctrl-0 = <&pinmux_usdhc>;
383384
pinctrl-names = "default";
384385
mmc-hs200-1_8v;

boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ i2s1: &flexcomm3 {
361361
disk-name = "SD";
362362
status = "okay";
363363
};
364+
364365
pinctrl-0 = <&pinmux_usdhc>;
365366
pinctrl-names = "default";
366367
};

boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_cm33_cpu0.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ zephyr_udc0: &usb0 {
457457
disk-name = "SD2";
458458
status = "okay";
459459
};
460+
460461
pinctrl-0 = <&pinmux_usdhc>;
461462
pinctrl-names = "default";
462463
mmc-hs200-1_8v;

boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
disk-name = "SD2";
100100
status = "disabled";
101101
};
102+
102103
bus-width = <8>;
103104
mmc-hs200-1_8v;
104105
mmc-hs400-1_8v;

boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu_sense.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
disk-name = "SD";
7272
status = "okay";
7373
};
74+
7475
spi-max-frequency = <20000000>;
7576
};
7677
};

0 commit comments

Comments
 (0)