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:
parent
f234a7ab3d
commit
29fbd1ede8
|
@ -12,7 +12,6 @@
|
||||||
/ {
|
/ {
|
||||||
examplesensor0: examplesensor_0 {
|
examplesensor0: examplesensor_0 {
|
||||||
compatible = "zephyr,examplesensor";
|
compatible = "zephyr,examplesensor";
|
||||||
label = "EXAMPLESENSOR_0";
|
|
||||||
input-gpios = <&gpioc 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
input-gpios = <&gpioc 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
examplesensor0: examplesensor_0 {
|
examplesensor0: examplesensor_0 {
|
||||||
compatible = "zephyr,examplesensor";
|
compatible = "zephyr,examplesensor";
|
||||||
label = "EXAMPLESENSOR_0";
|
|
||||||
input-gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
input-gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,7 +9,6 @@ description: |
|
||||||
|
|
||||||
examplesensor {
|
examplesensor {
|
||||||
compatible = "zephyr,examplesensor";
|
compatible = "zephyr,examplesensor";
|
||||||
label = "EXAMPLESENSOR";
|
|
||||||
input-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
input-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue