Skip to content

Commit cc37eac

Browse files
JordanYatesnashif
authored andcommitted
dts: cleanup leading spaces
Cleanup leading spaces found via the following regexes: r" compatible =" r"^ " in: zephyr/**/*.dts zephyr/**/*.dtsi Signed-off-by: Jordan Yates <[email protected]>
1 parent 79f81f6 commit cc37eac

File tree

9 files changed

+43
-43
lines changed

9 files changed

+43
-43
lines changed

boards/actinius/icarus_som_dk/actinius_icarus_som_dk_common-pinctrl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
};
6969
};
7070

71-
pwm0_default: pwm0_default {
71+
pwm0_default: pwm0_default {
7272
group1 {
7373
psels = <NRF_PSEL(PWM_OUT0, 0, 3)>;
7474
nordic,invert;

boards/st/b_u585i_iot02a/b_u585i_iot02a-common.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ stm32_lp_tick_source: &lptim1 {
142142
status = "okay";
143143

144144
partitions {
145-
compatible = "fixed-partitions";
146-
#address-cells = <1>;
147-
#size-cells = <1>;
145+
compatible = "fixed-partitions";
146+
#address-cells = <1>;
147+
#size-cells = <1>;
148148

149-
partition@0 {
150-
reg = <0x00000000 DT_SIZE_M(64)>;
151-
};
149+
partition@0 {
150+
reg = <0x00000000 DT_SIZE_M(64)>;
151+
};
152152
};
153153
};
154154
};

boards/st/stm32l562e_dk/stm32l562e_dk_common.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ stm32_lp_tick_source: &lptim1 {
175175
];
176176

177177
partitions {
178-
compatible = "fixed-partitions";
179-
#address-cells = <1>;
180-
#size-cells = <1>;
178+
compatible = "fixed-partitions";
179+
#address-cells = <1>;
180+
#size-cells = <1>;
181181

182-
partition@0 {
183-
reg = <0x00000000 DT_SIZE_M(64)>;
184-
};
182+
partition@0 {
183+
reg = <0x00000000 DT_SIZE_M(64)>;
184+
};
185185
};
186186
};
187187
};

dts/arm/infineon/cat3/xmc/xmc4xxx.dtsi

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@
247247
};
248248

249249
mdio: mdio {
250-
compatible = "infineon,xmc4xxx-mdio";
251-
status = "disabled";
252-
#address-cells = <1>;
253-
#size-cells = <0>;
250+
compatible = "infineon,xmc4xxx-mdio";
251+
status = "disabled";
252+
#address-cells = <1>;
253+
#size-cells = <0>;
254254
};
255255
};
256256

@@ -263,24 +263,24 @@
263263
#size-cells = <1>;
264264

265265
can_node0: can_node0@48014200 {
266-
compatible = "infineon,xmc4xxx-can-node";
267-
reg = <0x48014200 0x100>;
268-
interrupts = <76 1>;
269-
status = "disabled";
266+
compatible = "infineon,xmc4xxx-can-node";
267+
reg = <0x48014200 0x100>;
268+
interrupts = <76 1>;
269+
status = "disabled";
270270
};
271271

272272
can_node1: can_node1@48014300 {
273-
compatible = "infineon,xmc4xxx-can-node";
274-
reg = <0x48014300 0x100>;
275-
interrupts = <77 1>;
276-
status = "disabled";
273+
compatible = "infineon,xmc4xxx-can-node";
274+
reg = <0x48014300 0x100>;
275+
interrupts = <77 1>;
276+
status = "disabled";
277277
};
278278

279279
can_node2: can_node2@48014400 {
280-
compatible = "infineon,xmc4xxx-can-node";
281-
reg = <0x48014400 0x100>;
282-
interrupts = <78 1>;
283-
status = "disabled";
280+
compatible = "infineon,xmc4xxx-can-node";
281+
reg = <0x48014400 0x100>;
282+
interrupts = <78 1>;
283+
status = "disabled";
284284
};
285285
};
286286
};

dts/arm/silabs/efm32_jg_pg_12b.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
};
2727

2828
sram0: memory@20000000 {
29-
compatible = "mmio-sram";
29+
compatible = "mmio-sram";
3030
};
3131

3232
soc {

dts/arm/silabs/efm32_pg_1b.dtsi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
};
2222

2323
sram0: memory@20000000 {
24-
compatible = "mmio-sram";
24+
compatible = "mmio-sram";
2525
};
2626

2727
soc {
@@ -144,17 +144,17 @@
144144
* control in a distributed way (GPIO registers and PSEL
145145
* registers on each peripheral).
146146
*/
147-
compatible = "silabs,gecko-pinctrl";
147+
compatible = "silabs,gecko-pinctrl";
148148
};
149149
};
150150

151-
wdog0: wdog@40052000 {
152-
compatible = "silabs,gecko-wdog";
153-
reg = <0x40052000 0x400>;
154-
peripheral-id = <0>;
155-
interrupts = <2 0>;
156-
status = "disabled";
157-
};
151+
wdog0: wdog@40052000 {
152+
compatible = "silabs,gecko-wdog";
153+
reg = <0x40052000 0x400>;
154+
peripheral-id = <0>;
155+
interrupts = <2 0>;
156+
status = "disabled";
157+
};
158158
};
159159
};
160160

dts/arm/silabs/efm32gg11b.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
};
2828

2929
sram0: memory@20000000 {
30-
compatible = "mmio-sram";
30+
compatible = "mmio-sram";
3131
};
3232

3333
soc {

dts/arm/silabs/efm32gg12b.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
};
2727

2828
sram0: memory@20000000 {
29-
compatible = "mmio-sram";
29+
compatible = "mmio-sram";
3030
};
3131

3232
soc {

dts/x86/intel/elkhart_lake.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
};
3030

3131
ibecc: ibecc {
32-
compatible = "intel,ibecc";
33-
status = "okay";
32+
compatible = "intel,ibecc";
33+
status = "okay";
3434
};
3535

3636
intc: ioapic@fec00000 {

0 commit comments

Comments
 (0)