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:
Najumon B.A 2023-11-17 07:59:42 +05:30 committed by Carles Cufí
parent 8b3bd500cd
commit f3d3be5297
3 changed files with 0 additions and 15 deletions

View file

@ -4,11 +4,6 @@
/ {
pcie0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "intel,pcie";
ranges;
nvme0: nvme0 {
compatible = "nvme-controller";

View file

@ -4,11 +4,6 @@
/ {
pcie0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "intel,pcie";
ranges;
nvme0: nvme0 {
compatible = "nvme-controller";

View file

@ -7,11 +7,6 @@
/ {
pcie0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "intel,pcie";
ranges;
ivshmem0: ivshmem0 {
compatible = "qemu,ivshmem";