Skip to content

Commit

Permalink
tests: lib: deviceteee: api: remove deprecated, unused labels
Browse files Browse the repository at this point in the history
Remove deprecated, unused devicetree label properties.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen committed Feb 14, 2024
1 parent 89a2a14 commit d936930
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/lib/devicetree/api/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
reg = < 0x1 0x1000 >;
interrupts = <3 1>;
#gpio-cells = < 0x2 >;
label = "TEST_GPIO_1";
status = "reserved";
};

Expand All @@ -163,7 +162,6 @@
#gpio-cells = < 0x2 >;
#foo-cells = < 0x1 >;
#baz-cells = < 0x1 >;
label = "TEST_GPIO_1";
interrupts = <4 3>;
status = "okay";
ngpios = <100>;
Expand All @@ -190,7 +188,6 @@
#foo-cells = < 0x1 >;
#baz-cells = < 0x1 >;
interrupts = <5 2>;
label = "TEST_GPIO_2";
status = "okay";
ngpios = <200>;

Expand Down Expand Up @@ -225,15 +222,13 @@
#size-cells = < 0 >;
compatible = "vnd,i2c";
reg = < 0x11112222 0x1000 >;
label = "TEST_I2C_CTLR";
status = "okay";
clock-frequency = < 100000 >;
interrupts = <6 2 7 1>;
interrupt-names = "status", "error";

test-i2c-dev@10 {
compatible = "vnd,i2c-device";
label = "TEST_I2C_DEV_10";
reg = < 0x10 >;
};

Expand Down Expand Up @@ -288,18 +283,15 @@
#size-cells = < 0 >;
compatible = "vnd,i3c";
reg = < 0x88889999 0x1000 >;
label = "TEST_I3C_CTLR";
status = "okay";

test-i3c-dev@420000ABCD12345678 {
compatible = "vnd,i3c-device";
label = "TEST_I3C_DEV_42";
reg = < 0x42 0xABCD 0x12345678 >;
};

test-i3c-i2c-dev@380000000000000050 {
compatible = "vnd,i3c-i2c-device";
label = "TEST_I3C_I2C_DEV_38";
reg = < 0x38 0x0 0x50 >;
};
};
Expand All @@ -322,7 +314,6 @@
compatible = "vnd,spi";
reg = < 0x33334444 0x1000 >;
interrupts = <8 3 9 0 10 1>;
label = "TEST_SPI_CTLR";
status = "okay";
clock-frequency = < 2000000 >;

Expand All @@ -334,7 +325,6 @@

test-spi-dev@0 {
compatible = "vnd,spi-device";
label = "TEST_SPI_DEV_0";
reg = <0>;
spi-max-frequency = < 2000000 >;
};
Expand Down

0 comments on commit d936930

Please sign in to comment.