Skip to content

Commit e1b842b

Browse files
kylebonnicinashif
authored andcommitted
devicetree: format files in dts/xtensa/espressif
Applying dts-linter results for files in dts/xtensa/espressif Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent 77309fe commit e1b842b

20 files changed

+55
-55
lines changed

dts/xtensa/espressif/esp32/esp32_common.dtsi

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,8 @@
160160
status = "disabled";
161161
shared-memory = <&ipmmem0>;
162162
shared-memory-size = <0x400>;
163-
interrupts =
164-
<FROM_CPU_INTR0_SOURCE IRQ_DEFAULT_PRIORITY 0>,
165-
<FROM_CPU_INTR1_SOURCE IRQ_DEFAULT_PRIORITY 0>;
163+
interrupts = <FROM_CPU_INTR0_SOURCE IRQ_DEFAULT_PRIORITY 0>,
164+
<FROM_CPU_INTR1_SOURCE IRQ_DEFAULT_PRIORITY 0>;
166165
interrupt-parent = <&intc>;
167166
};
168167

@@ -172,9 +171,8 @@
172171
status = "disabled";
173172
shared-memory = <&ipmmem0>;
174173
shared-memory-size = <0x400>;
175-
interrupts =
176-
<FROM_CPU_INTR0_SOURCE IRQ_DEFAULT_PRIORITY 0>,
177-
<FROM_CPU_INTR1_SOURCE IRQ_DEFAULT_PRIORITY 0>;
174+
interrupts = <FROM_CPU_INTR0_SOURCE IRQ_DEFAULT_PRIORITY 0>,
175+
<FROM_CPU_INTR1_SOURCE IRQ_DEFAULT_PRIORITY 0>;
178176
interrupt-parent = <&intc>;
179177
#mbox-cells = <1>;
180178
};
@@ -293,10 +291,8 @@
293291
compatible = "simple-bus";
294292
gpio-map-mask = <0xffffffe0 0xffffffc0>;
295293
gpio-map-pass-thru = <0x1f 0x3f>;
296-
gpio-map = <
297-
0x00 0x0 &gpio0 0x0 0x0
298-
0x20 0x0 &gpio1 0x0 0x0
299-
>;
294+
gpio-map = <0x00 0x0 &gpio0 0x0 0x0
295+
0x20 0x0 &gpio1 0x0 0x0>;
300296
#gpio-cells = <2>;
301297
#address-cells = <1>;
302298
#size-cells = <1>;

dts/xtensa/espressif/esp32/esp32_d0wdr2_v3.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
/* Reserved GPIO pins */
1010
&gpio0 {
11-
gpio-reserved-ranges = <6 5>, // embeddef psram
12-
<11 1>, // flash CS
13-
<20 1>, <24 1>, <28 4>; // NC
11+
gpio-reserved-ranges = <6 5>, // embeddef psram
12+
<11 1>, // flash CS
13+
<20 1>, <24 1>, <28 4>; // NC
1414
};
1515

1616
/* 2MB psram */

dts/xtensa/espressif/esp32/esp32_pico_d4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <6 3>, <11 1>, <16 2>, // embedded flash
12-
<20 1>, <24 1>, <28 4>; // NC
12+
<20 1>, <24 1>, <28 4>; // NC
1313
};
1414

1515
/* 4MB flash */

dts/xtensa/espressif/esp32/esp32_pico_v3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <16 3>, <23 1>, // limitations
12-
<24 1>, <28 4>; // NC
12+
<24 1>, <28 4>; // NC
1313
};
1414

1515
/* 4MB flash */

dts/xtensa/espressif/esp32/esp32_pico_v3_02.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <6 6>, // flash
12-
<24 2>, <28 4>; // NC
12+
<24 2>, <28 4>; // NC
1313
};
1414

1515
/* 8MB flash */

dts/xtensa/espressif/esp32/esp32_wroom_32ue_n16.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <6 6>, // flash
12-
<20 1>, <24 1>, <28 4>; // NC
12+
<20 1>, <24 1>, <28 4>; // NC
1313
};
1414

1515
&gpio1 {

dts/xtensa/espressif/esp32/esp32_wroom_32ue_n4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <6 6>, // flash
12-
<20 1>, <24 1>, <28 4>; // NC
12+
<20 1>, <24 1>, <28 4>; // NC
1313
};
1414

1515
&gpio1 {

dts/xtensa/espressif/esp32/esp32_wroom_32ue_n8.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <6 6>, // flash
12-
<20 1>, <24 1>, <28 4>; // NC
12+
<20 1>, <24 1>, <28 4>; // NC
1313
};
1414

1515
&gpio1 {

dts/xtensa/espressif/esp32/esp32_wroom_da_n16.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <2 1>, <25 1>, // NC/test
12-
<6 6>, // flash
13-
<20 1>, <24 1>, <28 4>; // NC
12+
<6 6>, // flash
13+
<20 1>, <24 1>, <28 4>; // NC
1414
};
1515

1616
&gpio1 {

dts/xtensa/espressif/esp32/esp32_wroom_da_n4.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/* Reserved GPIO pins */
1010
&gpio0 {
1111
gpio-reserved-ranges = <2 1>, <25 1>, // NC/test
12-
<6 6>, // flash
13-
<20 1>, <24 1>, <28 4>; // NC
12+
<6 6>, // flash
13+
<20 1>, <24 1>, <28 4>; // NC
1414
};
1515

1616
&gpio1 {

0 commit comments

Comments
 (0)