Skip to content

Commit bfa0cea

Browse files
kylebonnicinashif
authored andcommitted
devicetree: format files in dts/vendor/raspberrypi
Applying dts-linter results for files in dts/vendor/raspberrypi Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent 12dcedf commit bfa0cea

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dts/vendor/raspberrypi/partitions_2M_storage.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
storage_partition: partition@100000 {
2626
label = "storage";
27-
reg = <0x100000 DT_SIZE_M(1)>;
27+
reg = <0x100000 DT_SIZE_M(1)>;
2828
};
2929
};
3030
};

dts/vendor/raspberrypi/partitions_2M_sysbuild.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@
99

1010
partitions {
1111
compatible = "fixed-partitions";
12-
#address-cells = < 0x1 >;
13-
#size-cells = < 0x1 >;
12+
#address-cells = <0x1>;
13+
#size-cells = <0x1>;
1414

1515
second_stage_bootloader: partition@0 {
1616
label = "second_stage_bootloader";
17-
reg = < 0x0 0x100 >;
17+
reg = <0x0 0x100>;
1818
read-only;
1919
};
2020

2121
boot_partition: partition@100 {
2222
label = "mcuboot";
23-
reg = < 0x100 0xfe00 >;
23+
reg = <0x100 0xfe00>;
2424
};
2525

2626
slot0_partition: partition@10000 {
2727
label = "image-0";
28-
reg = < 0x10000 0xd0000 >;
28+
reg = <0x10000 0xd0000>;
2929
};
3030

3131
slot1_partition: partition@E0000 {
3232
label = "image-1";
33-
reg = < 0xe0000 0xd0000 >;
33+
reg = <0xe0000 0xd0000>;
3434
};
3535

3636
storage_partition: partition@1B0000 {
3737
label = "storage";
38-
reg = < 0x1b0000 0x50000 >;
38+
reg = <0x1b0000 0x50000>;
3939
};
4040
};
4141
};

0 commit comments

Comments
 (0)