tests: Remove label property from devicetree overlays

"label" properties are not required.  Remove them from tests.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-27 07:38:58 -05:00 committed by Carles Cufí
parent 3dd0904ea6
commit 2c990384d6
4 changed files with 0 additions and 4 deletions

View File

@ -13,6 +13,5 @@
&zephyr_udc0 {
cdc_acm_uart0: cdc_acm_uart0 {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM_0";
};
};

View File

@ -24,7 +24,6 @@
sx1509b: sx1509b@3e {
compatible = "semtech,sx1509b";
reg = <0x3e>;
label = "IOX";
gpio-controller;
#gpio-cells = <2>;
ngpios = <16>;

View File

@ -24,7 +24,6 @@
sx1509b: sx1509b@3e {
compatible = "semtech,sx1509b";
reg = <0x3e>;
label = "IOX";
gpio-controller;
#gpio-cells = <2>;
ngpios = <16>;

View File

@ -11,7 +11,6 @@
disabled_flash@0 {
compatible = "vnd,flash";
reg = <0x00 0x1000>;
label = "DISABLED FLASH";
status = "disabled";
partitions {