Skip to content

Commit a69b278

Browse files
kylebonnicibjarki-andreasen
authored andcommitted
[nrf fromtree] devicetree: format files in dts/arm/nordic
Applying dts-linter results for files in dts/arm/nordic Signed-off-by: Kyle Micallef Bonnici <[email protected]> (cherry picked from commit 51d5135)
1 parent 84a71dc commit a69b278

19 files changed

+40
-22
lines changed

dts/arm/nordic/nrf51822.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@
311311
#address-cells = <1>;
312312
#size-cells = <1>;
313313

314-
315314
flash0: flash@0 {
316315
compatible = "soc-nv-flash";
317316
erase-block-size = <1024>;

dts/arm/nordic/nrf52805.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@
320320
#address-cells = <1>;
321321
#size-cells = <1>;
322322

323-
324323
flash0: flash@0 {
325324
compatible = "soc-nv-flash";
326325
erase-block-size = <4096>;

dts/arm/nordic/nrf52810.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
#io-channel-cells = <1>;
181181
zephyr,pm-device-runtime-auto;
182182
};
183+
183184
timer0: timer@40008000 {
184185
compatible = "nordic,nrf-timer";
185186
status = "disabled";
@@ -345,7 +346,6 @@
345346
#address-cells = <1>;
346347
#size-cells = <1>;
347348

348-
349349
flash0: flash@0 {
350350
compatible = "soc-nv-flash";
351351
erase-block-size = <4096>;

dts/arm/nordic/nrf52811.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
};
160160

161161
spi1: spi@40003000 {
162-
/* cannot be used with i2c0 */
162+
/* cannot be used with i2c0 */
163163
/*
164164
* This spi node can be SPI, SPIM, or SPIS,
165165
* for the user to pick:
@@ -377,7 +377,6 @@
377377
#address-cells = <1>;
378378
#size-cells = <1>;
379379

380-
381380
flash0: flash@0 {
382381
compatible = "soc-nv-flash";
383382
erase-block-size = <4096>;

dts/arm/nordic/nrf52820.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <zephyr/dt-bindings/regulator/nrf5x.h>
1010

1111
/ {
12-
1312
chosen {
1413
zephyr,bt-hci = &bt_hci_controller;
1514
zephyr,entropy = &rng;
@@ -389,7 +388,6 @@
389388
#address-cells = <1>;
390389
#size-cells = <1>;
391390

392-
393391
flash0: flash@0 {
394392
compatible = "soc-nv-flash";
395393
erase-block-size = <4096>;

dts/arm/nordic/nrf52832.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@
412412
#address-cells = <1>;
413413
#size-cells = <1>;
414414

415-
416415
flash0: flash@0 {
417416
compatible = "soc-nv-flash";
418417
erase-block-size = <4096>;

dts/arm/nordic/nrf52833.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@
434434
#address-cells = <1>;
435435
#size-cells = <1>;
436436

437-
438437
flash0: flash@0 {
439438
compatible = "soc-nv-flash";
440439
erase-block-size = <4096>;

dts/arm/nordic/nrf52840.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@
421421
#address-cells = <1>;
422422
#size-cells = <1>;
423423

424-
425424
flash0: flash@0 {
426425
compatible = "soc-nv-flash";
427426
erase-block-size = <4096>;

dts/arm/nordic/nrf52840_qfaa.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
soc {
2020
compatible = "simple-bus";
2121
};
22-
2322
};
2423

2524
/delete-node/ &usbd;

dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ flash_controller: flash-controller@39000 {
536536
#address-cells = <1>;
537537
#size-cells = <1>;
538538

539-
540539
flash0: flash@0 {
541540
compatible = "soc-nv-flash";
542541
erase-block-size = <4096>;

0 commit comments

Comments
 (0)