Commit 5130d1dc authored by Kumar Gala's avatar Kumar Gala Committed by Andrzej Puzdrowski
Browse files

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: default avatarKumar Gala <galak@kernel.org>
parent b03c0985
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,6 +32,5 @@
&zephyr_udc0 {
	cdc_acm_uart0 {
		compatible = "zephyr,cdc-acm-uart";
		label = "CDC_ACM_0";
	};
};
+0 −1
Original line number Diff line number Diff line
&zephyr_udc0 {
	cdc_acm_uart0 {
		compatible = "zephyr,cdc-acm-uart";
		label = "CDC_ACM_0";
	};
};