tests: remove pci bus compatible id dependency from overlay files
remove pci bus compatible id dependency from qemu platforms overlay files for disk and ivshmem test apps. This already provided as part of respecitve board dts files and hence no need to duplicate here. Signed-off-by: Najumon B.A <najumon.ba@intel.com>
This commit is contained in:
parent
8b3bd500cd
commit
f3d3be5297
3 changed files with 0 additions and 15 deletions
|
|
@ -4,11 +4,6 @@
|
|||
|
||||
/ {
|
||||
pcie0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "intel,pcie";
|
||||
ranges;
|
||||
|
||||
nvme0: nvme0 {
|
||||
compatible = "nvme-controller";
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,6 @@
|
|||
|
||||
/ {
|
||||
pcie0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "intel,pcie";
|
||||
ranges;
|
||||
|
||||
nvme0: nvme0 {
|
||||
compatible = "nvme-controller";
|
||||
|
||||
|
|
|
|||
|
|
@ -7,11 +7,6 @@
|
|||
|
||||
/ {
|
||||
pcie0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "intel,pcie";
|
||||
ranges;
|
||||
|
||||
ivshmem0: ivshmem0 {
|
||||
compatible = "qemu,ivshmem";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue