tests: virt: ivshmem: Remove label proprety usage

The label property isn't used so we can now remove them
from the devicetree overlay.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-07-22 08:51:49 -05:00 committed by Carles Cufí
commit a2bc5be206

View file

@ -7,7 +7,6 @@
/ {
pcie0 {
label = "PCIE_0";
#address-cells = <1>;
#size-cells = <1>;
compatible = "intel,pcie";
@ -17,7 +16,6 @@
compatible = "qemu,ivshmem";
reg = <PCIE_BDF_NONE PCIE_ID(0x1af4,0x1110)>;
label = "IVSHMEM";
status = "okay";
};
};