devicetree: remove usage of deprecated label property

Devicetree label property has been deprecated, so remove its usage.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2022-08-23 16:25:53 +02:00 committed by Marti Bolivar
parent f234a7ab3d
commit 29fbd1ede8
3 changed files with 0 additions and 3 deletions

View file

@ -12,7 +12,6 @@
/ {
examplesensor0: examplesensor_0 {
compatible = "zephyr,examplesensor";
label = "EXAMPLESENSOR_0";
input-gpios = <&gpioc 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
};

View file

@ -18,7 +18,6 @@
examplesensor0: examplesensor_0 {
compatible = "zephyr,examplesensor";
label = "EXAMPLESENSOR_0";
input-gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
};

View file

@ -9,7 +9,6 @@ description: |
examplesensor {
compatible = "zephyr,examplesensor";
label = "EXAMPLESENSOR";
input-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};