Skip to content

Commit 938fe32

Browse files
committed
[nrf fromtree] tests: drivers: spi: spi_controller_peripheral: Fix DTS formatting
Fix DTS overlay file formatting as requested by the compliance check. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 3a7afe3)
1 parent 050cd83 commit 938fe32

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

tests/drivers/spi/spi_controller_peripheral/boards/nrf52840dk_nrf52840.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
overrun-character = <0x00>;
5151
cs-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
5252
zephyr,pm-device-runtime-auto;
53+
5354
dut_spi_dt: test-spi-dev@0 {
5455
compatible = "vnd,spi-device";
5556
spi-max-frequency = <DT_FREQ_M(8)>;

tests/drivers/spi/spi_controller_peripheral/boards/nrf54h20dk_nrf54h20_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
overrun-character = <0x00>;
6161
cs-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
6262
zephyr,pm-device-runtime-auto;
63+
6364
dut_spi_dt: test-spi-dev@0 {
6465
compatible = "vnd,spi-device";
6566
reg = <0>;

tests/drivers/spi/spi_controller_peripheral/boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
memory-regions = <&dma_fast_region>;
6161
cs-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
6262
zephyr,pm-device-runtime-auto;
63+
6364
dut_spi_dt: test-spi-dev@0 {
6465
compatible = "vnd,spi-device";
6566
reg = <0>;

tests/drivers/spi/spi_controller_peripheral/boards/nrf54h20dk_nrf54h20_cpuapp_fast_spis.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
memory-regions = <&dma_fast_region>;
111111
cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
112112
zephyr,pm-device-runtime-auto;
113+
113114
dut_spi_dt: test-spi-dev@0 {
114115
compatible = "vnd,spi-device";
115116
reg = <0>;

tests/drivers/spi/spi_controller_peripheral/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
overrun-character = <0x00>;
5555
cs-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
5656
zephyr,pm-device-runtime-auto;
57+
5758
dut_spi_dt: test-spi-dev@0 {
5859
compatible = "vnd,spi-device";
5960
reg = <0>;

tests/drivers/spi/spi_controller_peripheral/boards/nrf54l15dk_nrf54l15_cpuapp_cross_domain.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
overrun-character = <0x00>;
5555
cs-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
5656
zephyr,pm-device-runtime-auto;
57+
5758
dut_spi_dt: test-spi-dev@0 {
5859
compatible = "vnd,spi-device";
5960
reg = <0>;

0 commit comments

Comments
 (0)