Skip to content

Commit 589be43

Browse files
kylebonnicifabiobaltieri
authored andcommitted
devicetree: remaining files
Applying dts-linter results for remaining format files Signed-off-by: Kyle Bonnici <[email protected]>
1 parent a510704 commit 589be43

File tree

7 files changed

+89
-61
lines changed

7 files changed

+89
-61
lines changed

doc/build/dts/main-example.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/dts-v1/;
1313

1414
/ {
15-
1615
aliases {
1716
sensor-controller = &i2c1;
1817
};
@@ -23,7 +22,7 @@
2322
label = "I2C_1";
2423
reg = <0x40002000 0x1000>;
2524
status = "okay";
26-
clock-frequency = < 100000 >;
25+
clock-frequency = <100000>;
2726
};
2827
};
2928
};

doc/services/storage/flash_map/example_fragment.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,19 @@
1818
reg = <0x0 0x10000>;
1919
read-only;
2020
};
21+
2122
storage_partition: partition@1e000 {
2223
reg = <0x1e000 0x2000>;
2324
};
25+
2426
slot0_partition: partition@20000 {
2527
reg = <0x20000 0x60000>;
2628
};
29+
2730
slot1_partition: partition@80000 {
2831
reg = <0x80000 0x60000>;
2932
};
33+
3034
scratch_partition: partition@e0000 {
3135
reg = <0xe0000 0x20000>;
3236
};

scripts/dts/python-devicetree/tests/test-multidir.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
in-dir-1 {
1616
compatible = "in-dir-1";
1717
};
18+
1819
in-dir-2 {
1920
compatible = "in-dir-2";
2021
};

0 commit comments

Comments
 (0)