Skip to content

Commit 29fbd1e

Browse files
gmarullmbolivar-nordic
authored andcommitted
devicetree: remove usage of deprecated label property
Devicetree label property has been deprecated, so remove its usage. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent f234a7a commit 29fbd1e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/boards/nucleo_f302r8.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/ {
1313
examplesensor0: examplesensor_0 {
1414
compatible = "zephyr,examplesensor";
15-
label = "EXAMPLESENSOR_0";
1615
input-gpios = <&gpioc 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
1716
};
1817
};

boards/arm/custom_plank/custom_plank.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
examplesensor0: examplesensor_0 {
2020
compatible = "zephyr,examplesensor";
21-
label = "EXAMPLESENSOR_0";
2221
input-gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
2322
};
2423
};

dts/bindings/sensor/zephyr,examplesensor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: |
99
1010
examplesensor {
1111
compatible = "zephyr,examplesensor";
12-
label = "EXAMPLESENSOR";
1312
input-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
1413
};
1514

0 commit comments

Comments
 (0)