Skip to content

Commit c5ab251

Browse files
committed
tests: lib: devicetree: api: Format app.overlay
Fix issues reported by dts-linter. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 5eac67f commit c5ab251

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/lib/devicetree/api/app.overlay

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@
3838

3939
test_pinctrl: pin-controller {
4040
compatible = "vnd,pinctrl";
41+
4142
test_pincfg_a: pincfg-a {};
43+
4244
test_pincfg_b: pincfg-b {};
45+
4346
test_pincfg_c: pincfg-c {};
47+
4448
test_pincfg_d: pincfg-d {};
4549
};
4650

@@ -252,20 +256,24 @@
252256
test_i2c_mux: i2c-mux@12 {
253257
compatible = "vnd,i2c-mux";
254258
reg = <0x12>;
259+
255260
i2c-mux-ctlr-1 {
256261
compatible = "vnd,i2c-mux-controller";
257262
#address-cells = <1>;
258263
#size-cells = <0>;
264+
259265
test_muxed_i2c_dev_1: muxed-i2c-dev@10 {
260266
compatible = "vnd,i2c-device";
261267
status = "disabled";
262268
reg = <0x10>;
263269
};
264270
};
271+
265272
i2c-mux-ctlr-2 {
266273
compatible = "vnd,i2c-mux-controller";
267274
#address-cells = <1>;
268275
#size-cells = <0>;
276+
269277
test_muxed_i2c_dev_2: muxed-i2c-dev@10 {
270278
compatible = "vnd,i2c-device";
271279
status = "disabled";
@@ -658,11 +666,13 @@
658666
val = <0>;
659667
status = "okay";
660668
};
669+
661670
test_child_b: child@b {
662671
reg = <0xb>;
663672
val = <1>;
664673
status = "okay";
665674
};
675+
666676
test_child_c: child@c {
667677
reg = <0xc>;
668678
val = <2>;
@@ -857,6 +867,7 @@
857867
flash@20000000 {
858868
compatible = "soc-nv-flash";
859869
reg = <0x20000000 0x100>;
870+
860871
partitions {
861872
compatible = "fixed-partitions";
862873
#address-cells = <1>;

0 commit comments

Comments
 (0)