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:
parent
ce2635f410
commit
a2bc5be206
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue