zephyr: Remove devicetree 'label' property
zephyr is transition away from devicetree label property for nodes that are associated with devices. So remove it from "zephyr,cdc-acm-uart" nodes. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
b03c098534
commit
5130d1dcca
|
@ -32,6 +32,5 @@
|
|||
&zephyr_udc0 {
|
||||
cdc_acm_uart0 {
|
||||
compatible = "zephyr,cdc-acm-uart";
|
||||
label = "CDC_ACM_0";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
&zephyr_udc0 {
|
||||
cdc_acm_uart0 {
|
||||
compatible = "zephyr,cdc-acm-uart";
|
||||
label = "CDC_ACM_0";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue